#321F0D

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

Shades of Cocoa Brown #321F0D

Tints of Cocoa Brown #321F0D

Color information

#321F0D (or 0x321F0D) is unknown color: approx Cocoa Brown. HEX triplet: 32, 1F and 0D. RGB value is (50,31,13). Sum of RGB (Red+Green+Blue) = 50+31+13=94 (12% of max value = 765). Red value is 50 (19.92% from 255 or 53.19% from 94); Green value is 31 (12.5% from 255 or 32.98% from 94); Blue value is 13 (5.47% from 255 or 13.83% from 94); Max value from RGB is 50 - color contains mainly: red. Hex color #321F0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #321F0D is #CDE0F2. Grayscale: #222222. Windows color (decimal): -13492467 or 859954. OLE color: 859954.

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

Color convert

RGB503113-
CMYK00.380.740.80
HSL29.19º58.73%12.35%-
HSV(B)29.19º74%19.61%-
XYZ1.881.690.61-
YUV34.63115.79138.96-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 53.19%
GREEN value IS 31 (12.5% from 255) = 32.98%
BLUE value IS 13 (5.47% from 255) = 13.83%
R=53.19%
G=32.98%
B=13.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.74
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50311300.380.740.8029.1958.7312.35
Hex321FD0264A501d3bc
Octal623715046112120357314
Binary110010111111101010011010010101010000111011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321F0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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