#321F10

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

Shades of Cocoa Brown #321F10

Tints of Cocoa Brown #321F10

Color information

#321F10 (or 0x321F10) is unknown color: approx Cocoa Brown. HEX triplet: 32, 1F and 10. RGB value is (50,31,16). Sum of RGB (Red+Green+Blue) = 50+31+16=97 (12% of max value = 765). Red value is 50 (19.92% from 255 or 51.55% from 97); Green value is 31 (12.5% from 255 or 31.96% from 97); Blue value is 16 (6.64% from 255 or 16.49% from 97); Max value from RGB is 50 - color contains mainly: red. Hex color #321F10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #321F10 is #CDE0EF. Grayscale: #232323. Windows color (decimal): -13492464 or 1056562. OLE color: 1056562.

HSL color Cylindrical-coordinate representation of color #321F10: hue angle of 26.47º degrees, saturation: 0.52, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #321F10 is Cyan = 0, Magento = 0.38, Yellow = 0.68 and Black (K on CMYK) = 0.80.

Color convert

RGB503116-
CMYK00.380.680.80
HSL26.47º51.52%12.94%-
HSV(B)26.47º68%19.61%-
XYZ1.91.70.72-
YUV34.97117.29138.72-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 51.55%
GREEN value IS 31 (12.5% from 255) = 31.96%
BLUE value IS 16 (6.64% from 255) = 16.49%
R=51.55%
G=31.96%
B=16.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.68
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50311600.380.680.8026.4751.5212.94
Hex321F1002644501a34d
Octal623720046104120326415
Binary1100101111110000010011010001001010000110101101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321F10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,31,16); }

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

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

 a { background-color: rgb(50,31,16); }

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

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

 span { border-color: rgb(50,31,16); }

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