#321C09

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

Shades of Cocoa Brown #321C09

Tints of Cocoa Brown #321C09

Color information

#321C09 (or 0x321C09) is unknown color: approx Cocoa Brown. HEX triplet: 32, 1C and 09. RGB value is (50,28,9). Sum of RGB (Red+Green+Blue) = 50+28+9=87 (11% of max value = 765). Red value is 50 (19.92% from 255 or 57.47% from 87); Green value is 28 (11.33% from 255 or 32.18% from 87); Blue value is 9 (3.91% from 255 or 10.34% from 87); Max value from RGB is 50 - color contains mainly: red. Hex color #321C09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #321C09 is #CDE3F6. Grayscale: #202020. Windows color (decimal): -13493239 or 597042. OLE color: 597042.

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

Color convert

RGB50289-
CMYK00.440.820.80
HSL27.8º69.49%11.57%-
HSV(B)27.8º82%19.61%-
XYZ1.781.530.46-
YUV32.41114.79140.54-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 57.47%
GREEN value IS 28 (11.33% from 255) = 32.18%
BLUE value IS 9 (3.91% from 255) = 10.34%
R=57.47%
G=32.18%
B=10.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.82
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5028900.440.820.8027.869.4911.57
Hex321C902C52501c45c
Octal6234110541221203410514
Binary1100101110010010101100101001010100001110010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321C09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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