#321A11

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

Shades of Brown Pod #321A11

Tints of Brown Pod #321A11

Color information

#321A11 (or 0x321A11) is unknown color: approx Brown Pod. HEX triplet: 32, 1A and 11. RGB value is (50,26,17). Sum of RGB (Red+Green+Blue) = 50+26+17=93 (12% of max value = 765). Red value is 50 (19.92% from 255 or 53.76% from 93); Green value is 26 (10.55% from 255 or 27.96% from 93); Blue value is 17 (7.03% from 255 or 18.28% from 93); Max value from RGB is 50 - color contains mainly: red. Hex color #321A11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #321A11 is #CDE5EE. Grayscale: #202020. Windows color (decimal): -13493743 or 1120818. OLE color: 1120818.

HSL color Cylindrical-coordinate representation of color #321A11: hue angle of 16.36º degrees, saturation: 0.49, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #321A11 is Cyan = 0, Magento = 0.48, Yellow = 0.66 and Black (K on CMYK) = 0.80.

Color convert

RGB502617-
CMYK00.480.660.80
HSL16.36º49.25%13.14%-
HSV(B)16.36º66%19.61%-
XYZ1.791.460.72-
YUV32.15119.45140.73-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 53.76%
GREEN value IS 26 (10.55% from 255) = 27.96%
BLUE value IS 17 (7.03% from 255) = 18.28%
R=53.76%
G=27.96%
B=18.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.66
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50261700.480.660.8016.3649.2513.14
Hex321A1103042501031d
Octal623221060102120206115
Binary1100101101010001011000010000101010000100001100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321A11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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