#362300

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

Shades of Cocoa Brown #362300

Tints of Cocoa Brown #362300

Color information

#362300 (or 0x362300) is unknown color: approx Cocoa Brown. HEX triplet: 36, 23 and 00. RGB value is (54,35,0). Sum of RGB (Red+Green+Blue) = 54+35+0=89 (11% of max value = 765). Red value is 54 (21.48% from 255 or 60.67% from 89); Green value is 35 (14.06% from 255 or 39.33% from 89); Blue value is 0 (0.39% from 255 or 0% from 89); Max value from RGB is 54 - color contains mainly: red. Hex color #362300 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362300 is #C9DCFF. Grayscale: #242424. Windows color (decimal): -13229312 or 9014. OLE color: 9014.

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

Color convert

RGB54350-
CMYK00.3510.79
HSL38.89º100%10.59%-
HSV(B)38.89º100%21.18%-
XYZ2.121.990.27-
YUV36.69107.29140.35-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 60.67%
GREEN value IS 35 (14.06% from 255) = 39.33%
BLUE value IS 0 (0.39% from 255) = 0%
R=60.67%
G=39.33%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 1
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5435000.3510.7938.8910010.59
Hex36230023644F2764b
Octal664300431441174714413
Binary110110100011001000111100100100111110011111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362300; }

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

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

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

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

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

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

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

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