#321C06

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

Shades of Cocoa Brown #321C06

Tints of Cocoa Brown #321C06

Color information

#321C06 (or 0x321C06) is unknown color: approx Cocoa Brown. HEX triplet: 32, 1C and 06. RGB value is (50,28,6). Sum of RGB (Red+Green+Blue) = 50+28+6=84 (11% of max value = 765). Red value is 50 (19.92% from 255 or 59.52% from 84); Green value is 28 (11.33% from 255 or 33.33% from 84); Blue value is 6 (2.73% from 255 or 7.14% from 84); Max value from RGB is 50 - color contains mainly: red. Hex color #321C06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #321C06 is #CDE3F9. Grayscale: #202020. Windows color (decimal): -13493242 or 400434. OLE color: 400434.

HSL color Cylindrical-coordinate representation of color #321C06: hue angle of 30º 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 #321C06 is Cyan = 0, Magento = 0.44, Yellow = 0.88 and Black (K on CMYK) = 0.80.

Color convert

RGB50286-
CMYK00.440.880.80
HSL30º78.57%10.98%-
HSV(B)30º88%19.61%-
XYZ1.761.520.37-
YUV32.07113.29140.79-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 59.52%
GREEN value IS 28 (11.33% from 255) = 33.33%
BLUE value IS 6 (2.73% from 255) = 7.14%
R=59.52%
G=33.33%
B=7.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.88
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5028600.440.880.803078.5710.98
Hex321C602C58501e4fb
Octal623460541301203611713
Binary110010111001100101100101100010100001111010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321C06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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