#1F1505

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

Shades of Cocoa Brown #1F1505

Tints of Cocoa Brown #1F1505

Color information

#1F1505 (or 0x1F1505) is unknown color: approx Cocoa Brown. HEX triplet: 1F, 15 and 05. RGB value is (31,21,5). Sum of RGB (Red+Green+Blue) = 31+21+5=57 (7% of max value = 765). Red value is 31 (12.5% from 255 or 54.39% from 57); Green value is 21 (8.59% from 255 or 36.84% from 57); Blue value is 5 (2.34% from 255 or 8.77% from 57); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1505 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1505 is #E0EAFA. Grayscale: #161616. Windows color (decimal): -14740219 or 333087. OLE color: 333087.

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

Color convert

RGB31215-
CMYK00.320.840.88
HSL36.92º72.22%7.06%-
HSV(B)36.92º83.87%12.16%-
XYZ0.860.840.26-
YUV22.17118.31134.3-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 54.39%
GREEN value IS 21 (8.59% from 255) = 36.84%
BLUE value IS 5 (2.34% from 255) = 8.77%
R=54.39%
G=36.84%
B=8.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.84
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3121500.320.840.8836.9272.227.06
Hex1F155020545825487
Octal37255040124130451107
Binary11111101011010100000101010010110001001011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,21,5); }

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

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

 a { background-color: rgb(31,21,5); }

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

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

 span { border-color: rgb(31,21,5); }

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