#362301

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

Shades of Cocoa Brown #362301

Tints of Cocoa Brown #362301

Color information

#362301 (or 0x362301) is unknown color: approx Cocoa Brown. HEX triplet: 36, 23 and 01. RGB value is (54,35,1). Sum of RGB (Red+Green+Blue) = 54+35+1=90 (11% of max value = 765). Red value is 54 (21.48% from 255 or 60% from 90); Green value is 35 (14.06% from 255 or 38.89% from 90); Blue value is 1 (0.78% from 255 or 1.11% from 90); Max value from RGB is 54 - color contains mainly: red. Hex color #362301 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362301 is #C9DCFE. Grayscale: #242424. Windows color (decimal): -13229311 or 74550. OLE color: 74550.

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

Color convert

RGB54351-
CMYK00.350.980.79
HSL38.49º96.36%10.78%-
HSV(B)38.49º98.15%21.18%-
XYZ2.131.990.3-
YUV36.8107.79140.26-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 60%
GREEN value IS 35 (14.06% from 255) = 38.89%
BLUE value IS 1 (0.78% from 255) = 1.11%
R=60%
G=38.89%
B=1.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.98
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5435100.350.980.7938.4996.3610.78
Hex36231023624F2660b
Octal664310431421174614013
Binary110110100011101000111100010100111110011011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362301; }

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

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

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

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

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

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

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

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