#1F1305

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

Shades of Cocoa Brown #1F1305

Tints of Cocoa Brown #1F1305

Color information

#1F1305 (or 0x1F1305) is unknown color: approx Cocoa Brown. HEX triplet: 1F, 13 and 05. RGB value is (31,19,5). Sum of RGB (Red+Green+Blue) = 31+19+5=55 (7% of max value = 765). Red value is 31 (12.5% from 255 or 56.36% from 55); Green value is 19 (7.81% from 255 or 34.55% from 55); Blue value is 5 (2.34% from 255 or 9.09% from 55); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1305 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1305 is #E0ECFA. Grayscale: #151515. Windows color (decimal): -14740731 or 332575. OLE color: 332575.

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

Color convert

RGB31195-
CMYK00.390.840.88
HSL32.31º72.22%7.06%-
HSV(B)32.31º83.87%12.16%-
XYZ0.830.770.25-
YUV20.99118.98135.14-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 56.36%
GREEN value IS 19 (7.81% from 255) = 34.55%
BLUE value IS 5 (2.34% from 255) = 9.09%
R=56.36%
G=34.55%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.84
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3119500.390.840.8832.3172.227.06
Hex1F135027545820487
Octal37235047124130401107
Binary11111100111010100111101010010110001000001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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