#321E06

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

Shades of Cocoa Brown #321E06

Tints of Cocoa Brown #321E06

Color information

#321E06 (or 0x321E06) is unknown color: approx Cocoa Brown. HEX triplet: 32, 1E and 06. RGB value is (50,30,6). Sum of RGB (Red+Green+Blue) = 50+30+6=86 (11% of max value = 765). Red value is 50 (19.92% from 255 or 58.14% from 86); Green value is 30 (12.11% from 255 or 34.88% from 86); Blue value is 6 (2.73% from 255 or 6.98% from 86); Max value from RGB is 50 - color contains mainly: red. Hex color #321E06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #321E06 is #CDE1F9. Grayscale: #212121. Windows color (decimal): -13492730 or 400946. OLE color: 400946.

HSL color Cylindrical-coordinate representation of color #321E06: hue angle of 32.73º degrees, saturation: 0.79, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #321E06 is Cyan = 0, Magento = 0.40, Yellow = 0.88 and Black (K on CMYK) = 0.80.

Color convert

RGB50306-
CMYK00.400.880.80
HSL32.73º78.57%10.98%-
HSV(B)32.73º88%19.61%-
XYZ1.811.620.39-
YUV33.24112.63139.95-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 58.14%
GREEN value IS 30 (12.11% from 255) = 34.88%
BLUE value IS 6 (2.73% from 255) = 6.98%
R=58.14%
G=34.88%
B=6.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.88
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5030600.400.880.8032.7378.5710.98
Hex321E60285850214fb
Octal623660501301204111713
Binary1100101111011001010001011000101000010000110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321E06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321E06; }

 p { color: rgb(50,30,6); }

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

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

 a { background-color: rgb(50,30,6); }

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

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

 span { border-color: rgb(50,30,6); }

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