#362101

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

Shades of Cocoa Brown #362101

Tints of Cocoa Brown #362101

Color information

#362101 (or 0x362101) is unknown color: approx Cocoa Brown. HEX triplet: 36, 21 and 01. RGB value is (54,33,1). Sum of RGB (Red+Green+Blue) = 54+33+1=88 (11% of max value = 765). Red value is 54 (21.48% from 255 or 61.36% from 88); Green value is 33 (13.28% from 255 or 37.5% from 88); Blue value is 1 (0.78% from 255 or 1.14% from 88); Max value from RGB is 54 - color contains mainly: red. Hex color #362101 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362101 is #C9DEFE. Grayscale: #232323. Windows color (decimal): -13229823 or 74038. OLE color: 74038.

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

Color convert

RGB54331-
CMYK00.390.980.79
HSL36.23º96.36%10.78%-
HSV(B)36.23º98.15%21.18%-
XYZ2.071.870.28-
YUV35.63108.46141.1-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 61.36%
GREEN value IS 33 (13.28% from 255) = 37.5%
BLUE value IS 1 (0.78% from 255) = 1.14%
R=61.36%
G=37.5%
B=1.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.98
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5433100.390.980.7936.2396.3610.78
Hex36211027624F2460b
Octal664110471421174414013
Binary110110100001101001111100010100111110010011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362101

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362101; }

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

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

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

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

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

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

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

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