#1F1405

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

Shades of Cocoa Brown #1F1405

Tints of Cocoa Brown #1F1405

Color information

#1F1405 (or 0x1F1405) is unknown color: approx Cocoa Brown. HEX triplet: 1F, 14 and 05. RGB value is (31,20,5). Sum of RGB (Red+Green+Blue) = 31+20+5=56 (7% of max value = 765). Red value is 31 (12.5% from 255 or 55.36% from 56); Green value is 20 (8.20% from 255 or 35.71% from 56); Blue value is 5 (2.34% from 255 or 8.93% from 56); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1405 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1405 is #E0EBFA. Grayscale: #151515. Windows color (decimal): -14740475 or 332831. OLE color: 332831.

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

Color convert

RGB31205-
CMYK00.350.840.88
HSL34.62º72.22%7.06%-
HSV(B)34.62º83.87%12.16%-
XYZ0.840.80.25-
YUV21.58118.64134.72-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 55.36%
GREEN value IS 20 (8.20% from 255) = 35.71%
BLUE value IS 5 (2.34% from 255) = 8.93%
R=55.36%
G=35.71%
B=8.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.84
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3120500.350.840.8834.6272.227.06
Hex1F145023545823487
Octal37245043124130431107
Binary11111101001010100011101010010110001000111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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