#321A14

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

Shades of Brown Pod #321A14

Tints of Brown Pod #321A14

Color information

#321A14 (or 0x321A14) is unknown color: approx Brown Pod. HEX triplet: 32, 1A and 14. RGB value is (50,26,20). Sum of RGB (Red+Green+Blue) = 50+26+20=96 (12% of max value = 765). Red value is 50 (19.92% from 255 or 52.08% from 96); Green value is 26 (10.55% from 255 or 27.08% from 96); Blue value is 20 (8.20% from 255 or 20.83% from 96); Max value from RGB is 50 - color contains mainly: red. Hex color #321A14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #321A14 is #CDE5EB. Grayscale: #202020. Windows color (decimal): -13493740 or 1317426. OLE color: 1317426.

HSL color Cylindrical-coordinate representation of color #321A14: hue angle of 12º degrees, saturation: 0.43, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #321A14 is Cyan = 0, Magento = 0.48, Yellow = 0.60 and Black (K on CMYK) = 0.80.

Color convert

RGB502620-
CMYK00.480.600.80
HSL12º42.86%13.73%-
HSV(B)12º60%19.61%-
XYZ1.811.470.85-
YUV32.49120.95140.49-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 52.08%
GREEN value IS 26 (10.55% from 255) = 27.08%
BLUE value IS 20 (8.20% from 255) = 20.83%
R=52.08%
G=27.08%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.60
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50262000.480.600.801242.8613.73
Hex321A140303C50c2be
Octal62322406074120145316
Binary11001011010101000110000111100101000011001010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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