#321A0C

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

Shades of Brown Pod #321A0C

Tints of Brown Pod #321A0C

Color information

#321A0C (or 0x321A0C) is unknown color: approx Brown Pod. HEX triplet: 32, 1A and 0C. RGB value is (50,26,12). Sum of RGB (Red+Green+Blue) = 50+26+12=88 (11% of max value = 765). Red value is 50 (19.92% from 255 or 56.82% from 88); Green value is 26 (10.55% from 255 or 29.55% from 88); Blue value is 12 (5.08% from 255 or 13.64% from 88); Max value from RGB is 50 - color contains mainly: red. Hex color #321A0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #321A0C is #CDE5F3. Grayscale: #1F1F1F. Windows color (decimal): -13493748 or 793138. OLE color: 793138.

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

Color convert

RGB502612-
CMYK00.480.760.80
HSL22.11º61.29%12.16%-
HSV(B)22.11º76%19.61%-
XYZ1.751.440.53-
YUV31.58116.95141.14-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 56.82%
GREEN value IS 26 (10.55% from 255) = 29.55%
BLUE value IS 12 (5.08% from 255) = 13.64%
R=56.82%
G=29.55%
B=13.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.76
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50261200.480.760.8022.1161.2912.16
Hex321AC0304C50163dc
Octal623214060114120267514
Binary110010110101100011000010011001010000101101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321A0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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