#361F02

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

Shades of Cocoa Brown #361F02

Tints of Cocoa Brown #361F02

Color information

#361F02 (or 0x361F02) is unknown color: approx Cocoa Brown. HEX triplet: 36, 1F and 02. RGB value is (54,31,2). Sum of RGB (Red+Green+Blue) = 54+31+2=87 (11% of max value = 765). Red value is 54 (21.48% from 255 or 62.07% from 87); Green value is 31 (12.5% from 255 or 35.63% from 87); Blue value is 2 (1.17% from 255 or 2.30% from 87); Max value from RGB is 54 - color contains mainly: red. Hex color #361F02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #361F02 is #C9E0FD. Grayscale: #222222. Windows color (decimal): -13230334 or 139062. OLE color: 139062.

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

Color convert

RGB54312-
CMYK00.430.960.79
HSL33.46º92.86%10.98%-
HSV(B)33.46º96.3%21.18%-
XYZ2.021.770.29-
YUV34.57109.62141.86-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 62.07%
GREEN value IS 31 (12.5% from 255) = 35.63%
BLUE value IS 2 (1.17% from 255) = 2.30%
R=62.07%
G=35.63%
B=2.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.96
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5431200.430.960.7933.4692.8610.98
Hex361F202B604F215db
Octal663720531401174113513
Binary110110111111001010111100000100111110000110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361F02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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