#1F1406

Color #1F1406 Cocoa Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cocoa Brown #1F1406

Tints of Cocoa Brown #1F1406

Color information

#1F1406 (or 0x1F1406) is unknown color: approx Cocoa Brown. HEX triplet: 1F, 14 and 06. RGB value is (31,20,6). Sum of RGB (Red+Green+Blue) = 31+20+6=57 (7% of max value = 765). Red value is 31 (12.5% from 255 or 54.39% from 57); Green value is 20 (8.20% from 255 or 35.09% from 57); Blue value is 6 (2.73% from 255 or 10.53% from 57); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1406 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1406 is #E0EBF9. Grayscale: #151515. Windows color (decimal): -14740474 or 398367. OLE color: 398367.

HSL color Cylindrical-coordinate representation of color #1F1406: hue angle of 33.6º degrees, saturation: 0.68, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1F1406 is Cyan = 0, Magento = 0.35, Yellow = 0.81 and Black (K on CMYK) = 0.88.

Color convert

RGB31206-
CMYK00.350.810.88
HSL33.6º67.57%7.25%-
HSV(B)33.6º80.65%12.16%-
XYZ0.850.80.28-
YUV21.69119.14134.64-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 54.39%
GREEN value IS 20 (8.20% from 255) = 35.09%
BLUE value IS 6 (2.73% from 255) = 10.53%
R=54.39%
G=35.09%
B=10.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.81
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3120600.350.810.8833.667.577.25
Hex1F146023515822447
Octal37246043121130421047
Binary11111101001100100011101000110110001000101000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1F1406; }

 p { color: rgb(31,20,6); }

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

<style>
 a { background-color: #1F1406; }

 a { background-color: rgb(31,20,6); }

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

<style>
 span { border-color: #1F1406; }

 span { border-color: rgb(31,20,6); }

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