#321A0F

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

Shades of Brown Pod #321A0F

Tints of Brown Pod #321A0F

Color information

#321A0F (or 0x321A0F) is unknown color: approx Brown Pod. HEX triplet: 32, 1A and 0F. RGB value is (50,26,15). Sum of RGB (Red+Green+Blue) = 50+26+15=91 (12% of max value = 765). Red value is 50 (19.92% from 255 or 54.95% from 91); Green value is 26 (10.55% from 255 or 28.57% from 91); Blue value is 15 (6.25% from 255 or 16.48% from 91); Max value from RGB is 50 - color contains mainly: red. Hex color #321A0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #321A0F is #CDE5F0. Grayscale: #1F1F1F. Windows color (decimal): -13493745 or 989746. OLE color: 989746.

HSL color Cylindrical-coordinate representation of color #321A0F: hue angle of 18.86º 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 #321A0F is Cyan = 0, Magento = 0.48, Yellow = 0.70 and Black (K on CMYK) = 0.80.

Color convert

RGB502615-
CMYK00.480.700.80
HSL18.86º53.85%12.75%-
HSV(B)18.86º70%19.61%-
XYZ1.771.450.64-
YUV31.92118.45140.89-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 54.95%
GREEN value IS 26 (10.55% from 255) = 28.57%
BLUE value IS 15 (6.25% from 255) = 16.48%
R=54.95%
G=28.57%
B=16.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.70
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50261500.480.700.8018.8653.8512.75
Hex321AF03046501336d
Octal623217060106120236615
Binary110010110101111011000010001101010000100111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321A0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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