#362418

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

Shades of Cocoa Brown #362418

Tints of Cocoa Brown #362418

Color information

#362418 (or 0x362418) is unknown color: approx Cocoa Brown. HEX triplet: 36, 24 and 18. RGB value is (54,36,24). Sum of RGB (Red+Green+Blue) = 54+36+24=114 (15% of max value = 765). Red value is 54 (21.48% from 255 or 47.37% from 114); Green value is 36 (14.45% from 255 or 31.58% from 114); Blue value is 24 (9.77% from 255 or 21.05% from 114); Max value from RGB is 54 - color contains mainly: red. Hex color #362418 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362418 is #C9DBE7. Grayscale: #282828. Windows color (decimal): -13229032 or 1582134. OLE color: 1582134.

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

Color convert

RGB543624-
CMYK00.330.560.79
HSL24º38.46%15.29%-
HSV(B)24º55.56%21.18%-
XYZ2.322.111.15-
YUV40.01118.96137.98-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 47.37%
GREEN value IS 36 (14.45% from 255) = 31.58%
BLUE value IS 24 (9.77% from 255) = 21.05%
R=47.37%
G=31.58%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.56
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54362400.330.560.792438.4615.29
Hex362418021384F1826f
Octal66443004170117304617
Binary1101101001001100001000011110001001111110001001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362418; }

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

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

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

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

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

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

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

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