#362311

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

Shades of Cocoa Brown #362311

Tints of Cocoa Brown #362311

Color information

#362311 (or 0x362311) is unknown color: approx Cocoa Brown. HEX triplet: 36, 23 and 11. RGB value is (54,35,17). Sum of RGB (Red+Green+Blue) = 54+35+17=106 (14% of max value = 765). Red value is 54 (21.48% from 255 or 50.94% from 106); Green value is 35 (14.06% from 255 or 33.02% from 106); Blue value is 17 (7.03% from 255 or 16.04% from 106); Max value from RGB is 54 - color contains mainly: red. Hex color #362311 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362311 is #C9DCEE. Grayscale: #262626. Windows color (decimal): -13229295 or 1123126. OLE color: 1123126.

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

Color convert

RGB543517-
CMYK00.350.690.79
HSL29.19º52.11%13.92%-
HSV(B)29.19º68.52%21.18%-
XYZ2.222.030.8-
YUV38.63115.79138.96-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 50.94%
GREEN value IS 35 (14.06% from 255) = 33.02%
BLUE value IS 17 (7.03% from 255) = 16.04%
R=50.94%
G=33.02%
B=16.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.69
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54351700.350.690.7929.1952.1113.92
Hex362311023454F1d34e
Octal664321043105117356416
Binary11011010001110001010001110001011001111111011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362311; }

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

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

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

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

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

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

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

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