#1F1609

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

Shades of Cocoa Brown #1F1609

Tints of Cocoa Brown #1F1609

Color information

#1F1609 (or 0x1F1609) is unknown color: approx Cocoa Brown. HEX triplet: 1F, 16 and 09. RGB value is (31,22,9). Sum of RGB (Red+Green+Blue) = 31+22+9=62 (8% of max value = 765). Red value is 31 (12.5% from 255 or 50% from 62); Green value is 22 (8.98% from 255 or 35.48% from 62); Blue value is 9 (3.91% from 255 or 14.52% from 62); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1609 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1609 is #E0E9F6. Grayscale: #171717. Windows color (decimal): -14739959 or 595487. OLE color: 595487.

HSL color Cylindrical-coordinate representation of color #1F1609: hue angle of 35.45º degrees, saturation: 0.55, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1F1609 is Cyan = 0, Magento = 0.29, Yellow = 0.71 and Black (K on CMYK) = 0.88.

Color convert

RGB31229-
CMYK00.290.710.88
HSL35.45º55%7.84%-
HSV(B)35.45º70.97%12.16%-
XYZ0.90.880.38-
YUV23.21119.98133.56-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 50%
GREEN value IS 22 (8.98% from 255) = 35.48%
BLUE value IS 9 (3.91% from 255) = 14.52%
R=50%
G=35.48%
B=14.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.71
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3122900.290.710.8835.45557.84
Hex1F16901D475823378
Octal372611035107130436710
Binary11111101101001011101100011110110001000111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1609

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,22,9); }

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

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

 a { background-color: rgb(31,22,9); }

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

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

 span { border-color: rgb(31,22,9); }

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