#362201

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

Shades of Cocoa Brown #362201

Tints of Cocoa Brown #362201

Color information

#362201 (or 0x362201) is unknown color: approx Cocoa Brown. HEX triplet: 36, 22 and 01. RGB value is (54,34,1). Sum of RGB (Red+Green+Blue) = 54+34+1=89 (11% of max value = 765). Red value is 54 (21.48% from 255 or 60.67% from 89); Green value is 34 (13.67% from 255 or 38.20% from 89); Blue value is 1 (0.78% from 255 or 1.12% from 89); Max value from RGB is 54 - color contains mainly: red. Hex color #362201 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362201 is #C9DDFE. Grayscale: #242424. Windows color (decimal): -13229567 or 74294. OLE color: 74294.

HSL color Cylindrical-coordinate representation of color #362201: hue angle of 37.36º 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 #362201 is Cyan = 0, Magento = 0.37, Yellow = 0.98 and Black (K on CMYK) = 0.79.

Color convert

RGB54341-
CMYK00.370.980.79
HSL37.36º96.36%10.78%-
HSV(B)37.36º98.15%21.18%-
XYZ2.11.930.29-
YUV36.22108.13140.68-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 60.67%
GREEN value IS 34 (13.67% from 255) = 38.20%
BLUE value IS 1 (0.78% from 255) = 1.12%
R=60.67%
G=38.20%
B=1.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.98
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5434100.370.980.7937.3696.3610.78
Hex36221025624F2560b
Octal664210451421174514013
Binary110110100010101001011100010100111110010111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362201; }

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

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

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

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

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

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

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

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