#321A08

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

Shades of Cocoa Brown #321A08

Tints of Cocoa Brown #321A08

Color information

#321A08 (or 0x321A08) is unknown color: approx Cocoa Brown. HEX triplet: 32, 1A and 08. RGB value is (50,26,8). Sum of RGB (Red+Green+Blue) = 50+26+8=84 (11% of max value = 765). Red value is 50 (19.92% from 255 or 59.52% from 84); Green value is 26 (10.55% from 255 or 30.95% from 84); Blue value is 8 (3.52% from 255 or 9.52% from 84); Max value from RGB is 50 - color contains mainly: red. Hex color #321A08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #321A08 is #CDE5F7. Grayscale: #1F1F1F. Windows color (decimal): -13493752 or 530994. OLE color: 530994.

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

Color convert

RGB50268-
CMYK00.480.840.80
HSL25.71º72.41%11.37%-
HSV(B)25.71º84%19.61%-
XYZ1.731.430.42-
YUV31.12114.95141.46-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 59.52%
GREEN value IS 26 (10.55% from 255) = 30.95%
BLUE value IS 8 (3.52% from 255) = 9.52%
R=59.52%
G=30.95%
B=9.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.84
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5026800.480.840.8025.7172.4111.37
Hex321A803054501a48b
Octal6232100601241203211013
Binary1100101101010000110000101010010100001101010010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321A08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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