#1F1306

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

Shades of Cocoa Brown #1F1306

Tints of Cocoa Brown #1F1306

Color information

#1F1306 (or 0x1F1306) is unknown color: approx Cocoa Brown. HEX triplet: 1F, 13 and 06. RGB value is (31,19,6). Sum of RGB (Red+Green+Blue) = 31+19+6=56 (7% of max value = 765). Red value is 31 (12.5% from 255 or 55.36% from 56); Green value is 19 (7.81% from 255 or 33.93% from 56); Blue value is 6 (2.73% from 255 or 10.71% from 56); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1306 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1306 is #E0ECF9. Grayscale: #151515. Windows color (decimal): -14740730 or 398111. OLE color: 398111.

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

Color convert

RGB31196-
CMYK00.390.810.88
HSL31.2º67.57%7.25%-
HSV(B)31.2º80.65%12.16%-
XYZ0.830.770.28-
YUV21.11119.48135.06-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 55.36%
GREEN value IS 19 (7.81% from 255) = 33.93%
BLUE value IS 6 (2.73% from 255) = 10.71%
R=55.36%
G=33.93%
B=10.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.81
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3119600.390.810.8831.267.577.25
Hex1F13602751581f447
Octal37236047121130371047
Binary1111110011110010011110100011011000111111000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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