#321B04

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

Shades of Cocoa Brown #321B04

Tints of Cocoa Brown #321B04

Color information

#321B04 (or 0x321B04) is unknown color: approx Cocoa Brown. HEX triplet: 32, 1B and 04. RGB value is (50,27,4). Sum of RGB (Red+Green+Blue) = 50+27+4=81 (10% of max value = 765). Red value is 50 (19.92% from 255 or 61.73% from 81); Green value is 27 (10.94% from 255 or 33.33% from 81); Blue value is 4 (1.95% from 255 or 4.94% from 81); Max value from RGB is 50 - color contains mainly: red. Hex color #321B04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #321B04 is #CDE4FB. Grayscale: #1F1F1F. Windows color (decimal): -13493500 or 269106. OLE color: 269106.

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

Color convert

RGB50274-
CMYK00.460.920.80
HSL30º85.19%10.59%-
HSV(B)30º92%19.61%-
XYZ1.731.470.31-
YUV31.26112.62141.37-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 61.73%
GREEN value IS 27 (10.94% from 255) = 33.33%
BLUE value IS 4 (1.95% from 255) = 4.94%
R=61.73%
G=33.33%
B=4.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.92
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5027400.460.920.803085.1910.59
Hex321B402E5C501e55b
Octal623340561341203612513
Binary110010110111000101110101110010100001111010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321B04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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