#362318

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

Shades of Cocoa Brown #362318

Tints of Cocoa Brown #362318

Color information

#362318 (or 0x362318) is unknown color: approx Cocoa Brown. HEX triplet: 36, 23 and 18. RGB value is (54,35,24). Sum of RGB (Red+Green+Blue) = 54+35+24=113 (14% of max value = 765). Red value is 54 (21.48% from 255 or 47.79% from 113); Green value is 35 (14.06% from 255 or 30.97% from 113); Blue value is 24 (9.77% from 255 or 21.24% from 113); Max value from RGB is 54 - color contains mainly: red. Hex color #362318 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362318 is #C9DCE7. Grayscale: #272727. Windows color (decimal): -13229288 or 1581878. OLE color: 1581878.

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

Color convert

RGB543524-
CMYK00.350.560.79
HSL22º38.46%15.29%-
HSV(B)22º55.56%21.18%-
XYZ2.292.051.14-
YUV39.43119.29138.39-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 47.79%
GREEN value IS 35 (14.06% from 255) = 30.97%
BLUE value IS 24 (9.77% from 255) = 21.24%
R=47.79%
G=30.97%
B=21.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.56
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54352400.350.560.792238.4615.29
Hex362318023384F1626f
Octal66433004370117264617
Binary1101101000111100001000111110001001111101101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362318; }

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

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

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

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

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

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

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

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