#1F1206

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

Shades of Cocoa Brown #1F1206

Tints of Cocoa Brown #1F1206

Color information

#1F1206 (or 0x1F1206) is unknown color: approx Cocoa Brown. HEX triplet: 1F, 12 and 06. RGB value is (31,18,6). Sum of RGB (Red+Green+Blue) = 31+18+6=55 (7% of max value = 765). Red value is 31 (12.5% from 255 or 56.36% from 55); Green value is 18 (7.42% from 255 or 32.73% from 55); Blue value is 6 (2.73% from 255 or 10.91% from 55); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1206 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1206 is #E0EDF9. Grayscale: #141414. Windows color (decimal): -14740986 or 397855. OLE color: 397855.

HSL color Cylindrical-coordinate representation of color #1F1206: hue angle of 28.8º 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 #1F1206 is Cyan = 0, Magento = 0.42, Yellow = 0.81 and Black (K on CMYK) = 0.88.

Color convert

RGB31186-
CMYK00.420.810.88
HSL28.8º67.57%7.25%-
HSV(B)28.8º80.65%12.16%-
XYZ0.810.740.27-
YUV20.52119.81135.48-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 56.36%
GREEN value IS 18 (7.42% from 255) = 32.73%
BLUE value IS 6 (2.73% from 255) = 10.91%
R=56.36%
G=32.73%
B=10.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.81
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3118600.420.810.8828.867.577.25
Hex1F12602A51581d447
Octal37226052121130351047
Binary1111110010110010101010100011011000111011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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