#362104

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

Shades of Cocoa Brown #362104

Tints of Cocoa Brown #362104

Color information

#362104 (or 0x362104) is unknown color: approx Cocoa Brown. HEX triplet: 36, 21 and 04. RGB value is (54,33,4). Sum of RGB (Red+Green+Blue) = 54+33+4=91 (12% of max value = 765). Red value is 54 (21.48% from 255 or 59.34% from 91); Green value is 33 (13.28% from 255 or 36.26% from 91); Blue value is 4 (1.95% from 255 or 4.40% from 91); Max value from RGB is 54 - color contains mainly: red. Hex color #362104 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362104 is #C9DEFB. Grayscale: #242424. Windows color (decimal): -13229820 or 270646. OLE color: 270646.

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

Color convert

RGB54334-
CMYK00.390.930.79
HSL34.8º86.21%11.37%-
HSV(B)34.8º92.59%21.18%-
XYZ2.091.880.37-
YUV35.97109.96140.86-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 59.34%
GREEN value IS 33 (13.28% from 255) = 36.26%
BLUE value IS 4 (1.95% from 255) = 4.40%
R=59.34%
G=36.26%
B=4.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.93
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5433400.390.930.7934.886.2111.37
Hex362140275D4F2356b
Octal664140471351174312613
Binary11011010000110001001111011101100111110001110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362104; }

 p { color: rgb(54,33,4); }

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

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

 a { background-color: rgb(54,33,4); }

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

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

 span { border-color: rgb(54,33,4); }

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