#321D06

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

Shades of Cocoa Brown #321D06

Tints of Cocoa Brown #321D06

Color information

#321D06 (or 0x321D06) is unknown color: approx Cocoa Brown. HEX triplet: 32, 1D and 06. RGB value is (50,29,6). Sum of RGB (Red+Green+Blue) = 50+29+6=85 (11% of max value = 765). Red value is 50 (19.92% from 255 or 58.82% from 85); Green value is 29 (11.72% from 255 or 34.12% from 85); Blue value is 6 (2.73% from 255 or 7.06% from 85); Max value from RGB is 50 - color contains mainly: red. Hex color #321D06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #321D06 is #CDE2F9. Grayscale: #202020. Windows color (decimal): -13492986 or 400690. OLE color: 400690.

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

Color convert

RGB50296-
CMYK00.420.880.80
HSL31.36º78.57%10.98%-
HSV(B)31.36º88%19.61%-
XYZ1.791.570.38-
YUV32.66112.96140.37-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 58.82%
GREEN value IS 29 (11.72% from 255) = 34.12%
BLUE value IS 6 (2.73% from 255) = 7.06%
R=58.82%
G=34.12%
B=7.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.88
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5029600.420.880.8031.3678.5710.98
Hex321D602A58501f4fb
Octal623560521301203711713
Binary110010111011100101010101100010100001111110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321D06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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