#362313

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

Shades of Cocoa Brown #362313

Tints of Cocoa Brown #362313

Color information

#362313 (or 0x362313) is unknown color: approx Cocoa Brown. HEX triplet: 36, 23 and 13. RGB value is (54,35,19). Sum of RGB (Red+Green+Blue) = 54+35+19=108 (14% of max value = 765). Red value is 54 (21.48% from 255 or 50% from 108); Green value is 35 (14.06% from 255 or 32.41% from 108); Blue value is 19 (7.81% from 255 or 17.59% from 108); Max value from RGB is 54 - color contains mainly: red. Hex color #362313 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362313 is #C9DCEC. Grayscale: #262626. Windows color (decimal): -13229293 or 1254198. OLE color: 1254198.

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

Color convert

RGB543519-
CMYK00.350.650.79
HSL27.43º47.95%14.31%-
HSV(B)27.43º64.81%21.18%-
XYZ2.242.030.89-
YUV38.86116.79138.8-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 50%
GREEN value IS 35 (14.06% from 255) = 32.41%
BLUE value IS 19 (7.81% from 255) = 17.59%
R=50%
G=32.41%
B=17.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.65
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54351900.350.650.7927.4347.9514.31
Hex362313023414F1b30e
Octal664323043101117336016
Binary11011010001110011010001110000011001111110111100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362313; }

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

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

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

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

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

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

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

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