#362100

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

Shades of Cocoa Brown #362100

Tints of Cocoa Brown #362100

Color information

#362100 (or 0x362100) is unknown color: approx Cocoa Brown. HEX triplet: 36, 21 and 00. RGB value is (54,33,0). Sum of RGB (Red+Green+Blue) = 54+33+0=87 (11% of max value = 765). Red value is 54 (21.48% from 255 or 62.07% from 87); Green value is 33 (13.28% from 255 or 37.93% from 87); Blue value is 0 (0.39% from 255 or 0% from 87); Max value from RGB is 54 - color contains mainly: red. Hex color #362100 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362100 is #C9DEFF. Grayscale: #232323. Windows color (decimal): -13229824 or 8502. OLE color: 8502.

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

Color convert

RGB54330-
CMYK00.3910.79
HSL36.67º100%10.59%-
HSV(B)36.67º100%21.18%-
XYZ2.071.870.25-
YUV35.52107.96141.18-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 62.07%
GREEN value IS 33 (13.28% from 255) = 37.93%
BLUE value IS 0 (0.39% from 255) = 0%
R=62.07%
G=37.93%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 1
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5433000.3910.7936.6710010.59
Hex36210027644F2564b
Octal664100471441174514413
Binary110110100001001001111100100100111110010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362100; }

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

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

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

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

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

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

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

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