#321E0F

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

Shades of Cocoa Brown #321E0F

Tints of Cocoa Brown #321E0F

Color information

#321E0F (or 0x321E0F) is unknown color: approx Cocoa Brown. HEX triplet: 32, 1E and 0F. RGB value is (50,30,15). Sum of RGB (Red+Green+Blue) = 50+30+15=95 (12% of max value = 765). Red value is 50 (19.92% from 255 or 52.63% from 95); Green value is 30 (12.11% from 255 or 31.58% from 95); Blue value is 15 (6.25% from 255 or 15.79% from 95); Max value from RGB is 50 - color contains mainly: red. Hex color #321E0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #321E0F is #CDE1F0. Grayscale: #222222. Windows color (decimal): -13492721 or 990770. OLE color: 990770.

HSL color Cylindrical-coordinate representation of color #321E0F: hue angle of 25.71º degrees, saturation: 0.54, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #321E0F is Cyan = 0, Magento = 0.40, Yellow = 0.70 and Black (K on CMYK) = 0.80.

Color convert

RGB503015-
CMYK00.400.700.80
HSL25.71º53.85%12.75%-
HSV(B)25.71º70%19.61%-
XYZ1.871.640.67-
YUV34.27117.13139.22-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 52.63%
GREEN value IS 30 (12.11% from 255) = 31.58%
BLUE value IS 15 (6.25% from 255) = 15.79%
R=52.63%
G=31.58%
B=15.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.70
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50301500.400.700.8025.7153.8512.75
Hex321EF02846501a36d
Octal623617050106120326615
Binary110010111101111010100010001101010000110101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321E0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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