#49381F

Color #49381F Clinker (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Clinker #49381F

Tints of Clinker #49381F

Color information

#49381F (or 0x49381F) is unknown color: approx Clinker. HEX triplet: 49, 38 and 1F. RGB value is (73,56,31). Sum of RGB (Red+Green+Blue) = 73+56+31=160 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.62% from 160); Green value is 56 (22.27% from 255 or 35% from 160); Blue value is 31 (12.5% from 255 or 19.38% from 160); Max value from RGB is 73 - color contains mainly: red. Hex color #49381F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49381F is #B6C7E0. Grayscale: #3A3A3A. Windows color (decimal): -11978721 or 2046025. OLE color: 2046025.

HSL color Cylindrical-coordinate representation of color #49381F: hue angle of 35.71º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #49381F is Cyan = 0, Magento = 0.23, Yellow = 0.58 and Black (K on CMYK) = 0.71.

Color convert

RGB735631-
CMYK00.230.580.71
HSL35.71º40.38%20.39%-
HSV(B)35.71º57.53%28.63%-
XYZ4.414.341.9-
YUV58.23112.63138.53-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 73 (28.91% from 255) = 45.62%
GREEN value IS 56 (22.27% from 255) = 35%
BLUE value IS 31 (12.5% from 255) = 19.38%
R=45.62%
G=35%
B=19.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.58
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73563100.230.580.7135.7140.3820.39
Hex49381F0173A47242814
Octal111703702772107445024
Binary100100111100011111010111111010100011110010010100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49381F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49381F; }

 p { color: rgb(73,56,31); }

 H1.HeaderClassName
 {
   color: #49381F;
 }
 .AnyTagClassName
 {
   color: #49381F;
 }
</style>
background-color css

<style>
 a { background-color: #49381F; }

 a { background-color: rgb(73,56,31); }

 div.DivClassName
 {
   background-color: #49381F;
 }
 .BgClassName
 {
   background-color: #49381F;
 }
</style>
border-color css

<style>
 span { border-color: #49381F; }

 span { border-color: rgb(73,56,31); }

 td.TdClassName
 {
   border-color: #49381F;
 }
 .TagClassName
 {
   border-color: #49381F;
 }
</style>