#321A12

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

Shades of Brown Pod #321A12

Tints of Brown Pod #321A12

Color information

#321A12 (or 0x321A12) is unknown color: approx Brown Pod. HEX triplet: 32, 1A and 12. RGB value is (50,26,18). Sum of RGB (Red+Green+Blue) = 50+26+18=94 (12% of max value = 765). Red value is 50 (19.92% from 255 or 53.19% from 94); Green value is 26 (10.55% from 255 or 27.66% from 94); Blue value is 18 (7.42% from 255 or 19.15% from 94); Max value from RGB is 50 - color contains mainly: red. Hex color #321A12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #321A12 is #CDE5ED. Grayscale: #202020. Windows color (decimal): -13493742 or 1186354. OLE color: 1186354.

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

Color convert

RGB502618-
CMYK00.480.640.80
HSL15º47.06%13.33%-
HSV(B)15º64%19.61%-
XYZ1.791.460.76-
YUV32.26119.95140.65-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 53.19%
GREEN value IS 26 (10.55% from 255) = 27.66%
BLUE value IS 18 (7.42% from 255) = 19.15%
R=53.19%
G=27.66%
B=19.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.64
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50261800.480.640.801547.0613.33
Hex321A120304050f2fd
Octal623222060100120175715
Binary110010110101001001100001000000101000011111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321A12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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