#321A03

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

Shades of Cocoa Brown #321A03

Tints of Cocoa Brown #321A03

Color information

#321A03 (or 0x321A03) is unknown color: approx Cocoa Brown. HEX triplet: 32, 1A and 03. RGB value is (50,26,3). Sum of RGB (Red+Green+Blue) = 50+26+3=79 (10% of max value = 765). Red value is 50 (19.92% from 255 or 63.29% from 79); Green value is 26 (10.55% from 255 or 32.91% from 79); Blue value is 3 (1.56% from 255 or 3.80% from 79); Max value from RGB is 50 - color contains mainly: red. Hex color #321A03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #321A03 is #CDE5FC. Grayscale: #1E1E1E. Windows color (decimal): -13493757 or 203314. OLE color: 203314.

HSL color Cylindrical-coordinate representation of color #321A03: hue angle of 29.36º degrees, saturation: 0.89, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #321A03 is Cyan = 0, Magento = 0.48, Yellow = 0.94 and Black (K on CMYK) = 0.80.

Color convert

RGB50263-
CMYK00.480.940.80
HSL29.36º88.68%10.39%-
HSV(B)29.36º94%19.61%-
XYZ1.71.420.27-
YUV30.55112.45141.87-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 63.29%
GREEN value IS 26 (10.55% from 255) = 32.91%
BLUE value IS 3 (1.56% from 255) = 3.80%
R=63.29%
G=32.91%
B=3.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.94
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5026300.480.940.8029.3688.6810.39
Hex321A30305E501d59a
Octal623230601361203513112
Binary11001011010110110000101111010100001110110110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321A03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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