#321B08

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

Shades of Cocoa Brown #321B08

Tints of Cocoa Brown #321B08

Color information

#321B08 (or 0x321B08) is unknown color: approx Cocoa Brown. HEX triplet: 32, 1B and 08. RGB value is (50,27,8). Sum of RGB (Red+Green+Blue) = 50+27+8=85 (11% of max value = 765). Red value is 50 (19.92% from 255 or 58.82% from 85); Green value is 27 (10.94% from 255 or 31.76% from 85); Blue value is 8 (3.52% from 255 or 9.41% from 85); Max value from RGB is 50 - color contains mainly: red. Hex color #321B08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #321B08 is #CDE4F7. Grayscale: #1F1F1F. Windows color (decimal): -13493496 or 531250. OLE color: 531250.

HSL color Cylindrical-coordinate representation of color #321B08: hue angle of 27.14º 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 #321B08 is Cyan = 0, Magento = 0.46, Yellow = 0.84 and Black (K on CMYK) = 0.80.

Color convert

RGB50278-
CMYK00.460.840.80
HSL27.14º72.41%11.37%-
HSV(B)27.14º84%19.61%-
XYZ1.751.480.42-
YUV31.71114.62141.04-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 58.82%
GREEN value IS 27 (10.94% from 255) = 31.76%
BLUE value IS 8 (3.52% from 255) = 9.41%
R=58.82%
G=31.76%
B=9.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.84
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5027800.460.840.8027.1472.4111.37
Hex321B802E54501b48b
Octal6233100561241203311013
Binary1100101101110000101110101010010100001101110010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321B08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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