#362214

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

Shades of Cocoa Brown #362214

Tints of Cocoa Brown #362214

Color information

#362214 (or 0x362214) is unknown color: approx Cocoa Brown. HEX triplet: 36, 22 and 14. RGB value is (54,34,20). Sum of RGB (Red+Green+Blue) = 54+34+20=108 (14% of max value = 765). Red value is 54 (21.48% from 255 or 50% from 108); Green value is 34 (13.67% from 255 or 31.48% from 108); Blue value is 20 (8.20% from 255 or 18.52% from 108); Max value from RGB is 54 - color contains mainly: red. Hex color #362214 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362214 is #C9DDEB. Grayscale: #262626. Windows color (decimal): -13229548 or 1319478. OLE color: 1319478.

HSL color Cylindrical-coordinate representation of color #362214: hue angle of 24.71º degrees, saturation: 0.46, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #362214 is Cyan = 0, Magento = 0.37, Yellow = 0.63 and Black (K on CMYK) = 0.79.

Color convert

RGB543420-
CMYK00.370.630.79
HSL24.71º45.95%14.51%-
HSV(B)24.71º62.96%21.18%-
XYZ2.221.980.93-
YUV38.38117.63139.14-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 50%
GREEN value IS 34 (13.67% from 255) = 31.48%
BLUE value IS 20 (8.20% from 255) = 18.52%
R=50%
G=31.48%
B=18.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.63
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54342000.370.630.7924.7145.9514.51
Hex3622140253F4F192ef
Octal66422404577117315617
Binary1101101000101010001001011111111001111110011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362214; }

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

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

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

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

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

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

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

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