#321803

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

Shades of Cocoa Brown #321803

Tints of Cocoa Brown #321803

Color information

#321803 (or 0x321803) is unknown color: approx Cocoa Brown. HEX triplet: 32, 18 and 03. RGB value is (50,24,3). Sum of RGB (Red+Green+Blue) = 50+24+3=77 (10% of max value = 765). Red value is 50 (19.92% from 255 or 64.94% from 77); Green value is 24 (9.77% from 255 or 31.17% from 77); Blue value is 3 (1.56% from 255 or 3.90% from 77); Max value from RGB is 50 - color contains mainly: red. Hex color #321803 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321803 is #CDE7FC. Grayscale: #1D1D1D. Windows color (decimal): -13494269 or 202802. OLE color: 202802.

HSL color Cylindrical-coordinate representation of color #321803: hue angle of 26.81º 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 #321803 is Cyan = 0, Magento = 0.52, Yellow = 0.94 and Black (K on CMYK) = 0.80.

Color convert

RGB50243-
CMYK00.520.940.80
HSL26.81º88.68%10.39%-
HSV(B)26.81º94%19.61%-
XYZ1.661.340.26-
YUV29.38113.11142.71-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 64.94%
GREEN value IS 24 (9.77% from 255) = 31.17%
BLUE value IS 3 (1.56% from 255) = 3.90%
R=64.94%
G=31.17%
B=3.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.94
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5024300.520.940.8026.8188.6810.39
Hex321830345E501b59a
Octal623030641361203313112
Binary11001011000110110100101111010100001101110110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321803

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321803; }

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

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

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

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

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

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

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

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