#362205

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

Shades of Cocoa Brown #362205

Tints of Cocoa Brown #362205

Color information

#362205 (or 0x362205) is unknown color: approx Cocoa Brown. HEX triplet: 36, 22 and 05. RGB value is (54,34,5). Sum of RGB (Red+Green+Blue) = 54+34+5=93 (12% of max value = 765). Red value is 54 (21.48% from 255 or 58.06% from 93); Green value is 34 (13.67% from 255 or 36.56% from 93); Blue value is 5 (2.34% from 255 or 5.38% from 93); Max value from RGB is 54 - color contains mainly: red. Hex color #362205 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362205 is #C9DDFA. Grayscale: #242424. Windows color (decimal): -13229563 or 336438. OLE color: 336438.

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

Color convert

RGB54345-
CMYK00.370.910.79
HSL35.51º83.05%11.57%-
HSV(B)35.51º90.74%21.18%-
XYZ2.121.940.41-
YUV36.67110.13140.36-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 58.06%
GREEN value IS 34 (13.67% from 255) = 36.56%
BLUE value IS 5 (2.34% from 255) = 5.38%
R=58.06%
G=36.56%
B=5.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.91
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5434500.370.910.7935.5183.0511.57
Hex362250255B4F2453c
Octal664250451331174412314
Binary11011010001010101001011011011100111110010010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362205; }

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

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

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

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

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

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

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

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