#362312

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

Shades of Cocoa Brown #362312

Tints of Cocoa Brown #362312

Color information

#362312 (or 0x362312) is unknown color: approx Cocoa Brown. HEX triplet: 36, 23 and 12. RGB value is (54,35,18). Sum of RGB (Red+Green+Blue) = 54+35+18=107 (14% of max value = 765). Red value is 54 (21.48% from 255 or 50.47% from 107); Green value is 35 (14.06% from 255 or 32.71% from 107); Blue value is 18 (7.42% from 255 or 16.82% from 107); Max value from RGB is 54 - color contains mainly: red. Hex color #362312 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362312 is #C9DCED. Grayscale: #262626. Windows color (decimal): -13229294 or 1188662. OLE color: 1188662.

HSL color Cylindrical-coordinate representation of color #362312: hue angle of 28.33º degrees, saturation: 0.5, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #362312 is Cyan = 0, Magento = 0.35, Yellow = 0.67 and Black (K on CMYK) = 0.79.

Color convert

RGB543518-
CMYK00.350.670.79
HSL28.33º50%14.12%-
HSV(B)28.33º66.67%21.18%-
XYZ2.232.030.85-
YUV38.74116.29138.88-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 50.47%
GREEN value IS 35 (14.06% from 255) = 32.71%
BLUE value IS 18 (7.42% from 255) = 16.82%
R=50.47%
G=32.71%
B=16.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.67
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54351800.350.670.7928.335014.12
Hex362312023434F1c32e
Octal664322043103117346216
Binary11011010001110010010001110000111001111111001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362312; }

 p { color: rgb(54,35,18); }

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

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

 a { background-color: rgb(54,35,18); }

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

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

 span { border-color: rgb(54,35,18); }

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