#321F08

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

Shades of Cocoa Brown #321F08

Tints of Cocoa Brown #321F08

Color information

#321F08 (or 0x321F08) is unknown color: approx Cocoa Brown. HEX triplet: 32, 1F and 08. RGB value is (50,31,8). Sum of RGB (Red+Green+Blue) = 50+31+8=89 (11% of max value = 765). Red value is 50 (19.92% from 255 or 56.18% from 89); Green value is 31 (12.5% from 255 or 34.83% from 89); Blue value is 8 (3.52% from 255 or 8.99% from 89); Max value from RGB is 50 - color contains mainly: red. Hex color #321F08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #321F08 is #CDE0F7. Grayscale: #222222. Windows color (decimal): -13492472 or 532274. OLE color: 532274.

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

Color convert

RGB50318-
CMYK00.380.840.80
HSL32.86º72.41%11.37%-
HSV(B)32.86º84%19.61%-
XYZ1.851.680.46-
YUV34.06113.29139.37-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 56.18%
GREEN value IS 31 (12.5% from 255) = 34.83%
BLUE value IS 8 (3.52% from 255) = 8.99%
R=56.18%
G=34.83%
B=8.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.84
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5031800.380.840.8032.8672.4111.37
Hex321F802654502148b
Octal6237100461241204111013
Binary11001011111100001001101010100101000010000110010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321F08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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