#1F1507

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

Shades of Cocoa Brown #1F1507

Tints of Cocoa Brown #1F1507

Color information

#1F1507 (or 0x1F1507) is unknown color: approx Cocoa Brown. HEX triplet: 1F, 15 and 07. RGB value is (31,21,7). Sum of RGB (Red+Green+Blue) = 31+21+7=59 (7% of max value = 765). Red value is 31 (12.5% from 255 or 52.54% from 59); Green value is 21 (8.59% from 255 or 35.59% from 59); Blue value is 7 (3.12% from 255 or 11.86% from 59); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1507 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1507 is #E0EAF8. Grayscale: #161616. Windows color (decimal): -14740217 or 464159. OLE color: 464159.

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

Color convert

RGB31217-
CMYK00.320.770.88
HSL35º63.16%7.45%-
HSV(B)35º77.42%12.16%-
XYZ0.870.840.32-
YUV22.39119.31134.14-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 52.54%
GREEN value IS 21 (8.59% from 255) = 35.59%
BLUE value IS 7 (3.12% from 255) = 11.86%
R=52.54%
G=35.59%
B=11.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.77
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3121700.320.770.883563.167.45
Hex1F1570204D58233f7
Octal3725704011513043777
Binary1111110101111010000010011011011000100011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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