#321B13

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

Shades of Brown Pod #321B13

Tints of Brown Pod #321B13

Color information

#321B13 (or 0x321B13) is unknown color: approx Brown Pod. HEX triplet: 32, 1B and 13. RGB value is (50,27,19). Sum of RGB (Red+Green+Blue) = 50+27+19=96 (12% of max value = 765). Red value is 50 (19.92% from 255 or 52.08% from 96); Green value is 27 (10.94% from 255 or 28.12% from 96); Blue value is 19 (7.81% from 255 or 19.79% from 96); Max value from RGB is 50 - color contains mainly: red. Hex color #321B13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #321B13 is #CDE4EC. Grayscale: #212121. Windows color (decimal): -13493485 or 1252146. OLE color: 1252146.

HSL color Cylindrical-coordinate representation of color #321B13: hue angle of 15.48º degrees, saturation: 0.45, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #321B13 is Cyan = 0, Magento = 0.46, Yellow = 0.62 and Black (K on CMYK) = 0.80.

Color convert

RGB502719-
CMYK00.460.620.80
HSL15.48º44.93%13.53%-
HSV(B)15.48º62%19.61%-
XYZ1.821.510.81-
YUV32.96120.12140.15-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 52.08%
GREEN value IS 27 (10.94% from 255) = 28.12%
BLUE value IS 19 (7.81% from 255) = 19.79%
R=52.08%
G=28.12%
B=19.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.62
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50271900.460.620.8015.4844.9313.53
Hex321B1302E3E50f2de
Octal62332305676120175516
Binary11001011011100110101110111110101000011111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321B13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,27,19); }

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

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

 a { background-color: rgb(50,27,19); }

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

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

 span { border-color: rgb(50,27,19); }

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