#321A09

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

Shades of Cocoa Brown #321A09

Tints of Cocoa Brown #321A09

Color information

#321A09 (or 0x321A09) is unknown color: approx Cocoa Brown. HEX triplet: 32, 1A and 09. RGB value is (50,26,9). Sum of RGB (Red+Green+Blue) = 50+26+9=85 (11% of max value = 765). Red value is 50 (19.92% from 255 or 58.82% from 85); Green value is 26 (10.55% from 255 or 30.59% from 85); Blue value is 9 (3.91% from 255 or 10.59% from 85); Max value from RGB is 50 - color contains mainly: red. Hex color #321A09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #321A09 is #CDE5F6. Grayscale: #1F1F1F. Windows color (decimal): -13493751 or 596530. OLE color: 596530.

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

Color convert

RGB50269-
CMYK00.480.820.80
HSL24.88º69.49%11.57%-
HSV(B)24.88º82%19.61%-
XYZ1.731.440.44-
YUV31.24115.45141.38-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 58.82%
GREEN value IS 26 (10.55% from 255) = 30.59%
BLUE value IS 9 (3.91% from 255) = 10.59%
R=58.82%
G=30.59%
B=10.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.82
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5026900.480.820.8024.8869.4911.57
Hex321A903052501945c
Octal6232110601221203110514
Binary1100101101010010110000101001010100001100110001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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