#361F05

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

Shades of Cocoa Brown #361F05

Tints of Cocoa Brown #361F05

Color information

#361F05 (or 0x361F05) is unknown color: approx Cocoa Brown. HEX triplet: 36, 1F and 05. RGB value is (54,31,5). Sum of RGB (Red+Green+Blue) = 54+31+5=90 (11% of max value = 765). Red value is 54 (21.48% from 255 or 60% from 90); Green value is 31 (12.5% from 255 or 34.44% from 90); Blue value is 5 (2.34% from 255 or 5.56% from 90); Max value from RGB is 54 - color contains mainly: red. Hex color #361F05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #361F05 is #C9E0FA. Grayscale: #232323. Windows color (decimal): -13230331 or 335670. OLE color: 335670.

HSL color Cylindrical-coordinate representation of color #361F05: hue angle of 31.84º degrees, saturation: 0.83, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #361F05 is Cyan = 0, Magento = 0.43, Yellow = 0.91 and Black (K on CMYK) = 0.79.

Color convert

RGB54315-
CMYK00.430.910.79
HSL31.84º83.05%11.57%-
HSV(B)31.84º90.74%21.18%-
XYZ2.041.780.38-
YUV34.91111.12141.61-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 60%
GREEN value IS 31 (12.5% from 255) = 34.44%
BLUE value IS 5 (2.34% from 255) = 5.56%
R=60%
G=34.44%
B=5.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.91
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5431500.430.910.7931.8483.0511.57
Hex361F502B5B4F2053c
Octal663750531331174012314
Binary1101101111110101010111011011100111110000010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361F05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361F05; }

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

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

<style>
 a { background-color: #361F05; }

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

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

<style>
 span { border-color: #361F05; }

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

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