#321E09

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

Shades of Cocoa Brown #321E09

Tints of Cocoa Brown #321E09

Color information

#321E09 (or 0x321E09) is unknown color: approx Cocoa Brown. HEX triplet: 32, 1E and 09. RGB value is (50,30,9). Sum of RGB (Red+Green+Blue) = 50+30+9=89 (11% of max value = 765). Red value is 50 (19.92% from 255 or 56.18% from 89); Green value is 30 (12.11% from 255 or 33.71% from 89); Blue value is 9 (3.91% from 255 or 10.11% from 89); Max value from RGB is 50 - color contains mainly: red. Hex color #321E09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #321E09 is #CDE1F6. Grayscale: #212121. Windows color (decimal): -13492727 or 597554. OLE color: 597554.

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

Color convert

RGB50309-
CMYK00.400.820.80
HSL30.73º69.49%11.57%-
HSV(B)30.73º82%19.61%-
XYZ1.831.630.48-
YUV33.59114.13139.71-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 56.18%
GREEN value IS 30 (12.11% from 255) = 33.71%
BLUE value IS 9 (3.91% from 255) = 10.11%
R=56.18%
G=33.71%
B=10.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.82
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5030900.400.820.8030.7369.4911.57
Hex321E902852501f45c
Octal6236110501221203710514
Binary1100101111010010101000101001010100001111110001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321E09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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