#1F1104

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

Shades of Cocoa Brown #1F1104

Tints of Cocoa Brown #1F1104

Color information

#1F1104 (or 0x1F1104) is unknown color: approx Cocoa Brown. HEX triplet: 1F, 11 and 04. RGB value is (31,17,4). Sum of RGB (Red+Green+Blue) = 31+17+4=52 (6% of max value = 765). Red value is 31 (12.5% from 255 or 59.62% from 52); Green value is 17 (7.03% from 255 or 32.69% from 52); Blue value is 4 (1.95% from 255 or 7.69% from 52); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1104 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1104 is #E0EEFB. Grayscale: #131313. Windows color (decimal): -14741244 or 266527. OLE color: 266527.

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

Color convert

RGB31174-
CMYK00.450.870.88
HSL28.89º77.14%6.86%-
HSV(B)28.89º87.1%12.16%-
XYZ0.790.70.21-
YUV19.7119.14136.06-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 59.62%
GREEN value IS 17 (7.03% from 255) = 32.69%
BLUE value IS 4 (1.95% from 255) = 7.69%
R=59.62%
G=32.69%
B=7.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.87
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3117400.450.870.8828.8977.146.86
Hex1F11402D57581d4d7
Octal37214055127130351157
Binary1111110001100010110110101111011000111011001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,17,4); }

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

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

 a { background-color: rgb(31,17,4); }

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

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

 span { border-color: rgb(31,17,4); }

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