#321E08

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

Shades of Cocoa Brown #321E08

Tints of Cocoa Brown #321E08

Color information

#321E08 (or 0x321E08) is unknown color: approx Cocoa Brown. HEX triplet: 32, 1E and 08. RGB value is (50,30,8). Sum of RGB (Red+Green+Blue) = 50+30+8=88 (11% of max value = 765). Red value is 50 (19.92% from 255 or 56.82% from 88); Green value is 30 (12.11% from 255 or 34.09% from 88); Blue value is 8 (3.52% from 255 or 9.09% from 88); Max value from RGB is 50 - color contains mainly: red. Hex color #321E08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #321E08 is #CDE1F7. Grayscale: #212121. Windows color (decimal): -13492728 or 532018. OLE color: 532018.

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

Color convert

RGB50308-
CMYK00.400.840.80
HSL31.43º72.41%11.37%-
HSV(B)31.43º84%19.61%-
XYZ1.821.620.45-
YUV33.47113.63139.79-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 56.82%
GREEN value IS 30 (12.11% from 255) = 34.09%
BLUE value IS 8 (3.52% from 255) = 9.09%
R=56.82%
G=34.09%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.84
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5030800.400.840.8031.4372.4111.37
Hex321E802854501f48b
Octal6236100501241203711013
Binary1100101111010000101000101010010100001111110010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321E08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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