#362001

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

Shades of Cocoa Brown #362001

Tints of Cocoa Brown #362001

Color information

#362001 (or 0x362001) is unknown color: approx Cocoa Brown. HEX triplet: 36, 20 and 01. RGB value is (54,32,1). Sum of RGB (Red+Green+Blue) = 54+32+1=87 (11% of max value = 765). Red value is 54 (21.48% from 255 or 62.07% from 87); Green value is 32 (12.89% from 255 or 36.78% from 87); Blue value is 1 (0.78% from 255 or 1.15% from 87); Max value from RGB is 54 - color contains mainly: red. Hex color #362001 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362001 is #C9DFFE. Grayscale: #232323. Windows color (decimal): -13230079 or 73782. OLE color: 73782.

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

Color convert

RGB54321-
CMYK00.410.980.79
HSL35.09º96.36%10.78%-
HSV(B)35.09º98.15%21.18%-
XYZ2.041.820.27-
YUV35.04108.79141.52-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 62.07%
GREEN value IS 32 (12.89% from 255) = 36.78%
BLUE value IS 1 (0.78% from 255) = 1.15%
R=62.07%
G=36.78%
B=1.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.98
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5432100.410.980.7935.0996.3610.78
Hex36201029624F2360b
Octal664010511421174314013
Binary110110100000101010011100010100111110001111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362001; }

 p { color: rgb(54,32,1); }

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

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

 a { background-color: rgb(54,32,1); }

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

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

 span { border-color: rgb(54,32,1); }

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