#321E0C

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

Shades of Cocoa Brown #321E0C

Tints of Cocoa Brown #321E0C

Color information

#321E0C (or 0x321E0C) is unknown color: approx Cocoa Brown. HEX triplet: 32, 1E and 0C. RGB value is (50,30,12). Sum of RGB (Red+Green+Blue) = 50+30+12=92 (12% of max value = 765). Red value is 50 (19.92% from 255 or 54.35% from 92); Green value is 30 (12.11% from 255 or 32.61% from 92); Blue value is 12 (5.08% from 255 or 13.04% from 92); Max value from RGB is 50 - color contains mainly: red. Hex color #321E0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #321E0C is #CDE1F3. Grayscale: #222222. Windows color (decimal): -13492724 or 794162. OLE color: 794162.

HSL color Cylindrical-coordinate representation of color #321E0C: hue angle of 28.42º degrees, saturation: 0.61, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #321E0C is Cyan = 0, Magento = 0.40, Yellow = 0.76 and Black (K on CMYK) = 0.80.

Color convert

RGB503012-
CMYK00.400.760.80
HSL28.42º61.29%12.16%-
HSV(B)28.42º76%19.61%-
XYZ1.851.630.57-
YUV33.93115.63139.46-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 54.35%
GREEN value IS 30 (12.11% from 255) = 32.61%
BLUE value IS 12 (5.08% from 255) = 13.04%
R=54.35%
G=32.61%
B=13.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.76
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50301200.400.760.8028.4261.2912.16
Hex321EC0284C501c3dc
Octal623614050114120347514
Binary110010111101100010100010011001010000111001111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321E0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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