#46200B

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

Shades of Brown Pod #46200B

Tints of Brown Pod #46200B

Color information

#46200B (or 0x46200B) is unknown color: approx Brown Pod. HEX triplet: 46, 20 and 0B. RGB value is (70,32,11). Sum of RGB (Red+Green+Blue) = 70+32+11=113 (14% of max value = 765). Red value is 70 (27.73% from 255 or 61.95% from 113); Green value is 32 (12.89% from 255 or 28.32% from 113); Blue value is 11 (4.69% from 255 or 9.73% from 113); Max value from RGB is 70 - color contains mainly: red. Hex color #46200B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #46200B is #B9DFF4. Grayscale: #292929. Windows color (decimal): -12181493 or 729158. OLE color: 729158.

HSL color Cylindrical-coordinate representation of color #46200B: hue angle of 21.36º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #46200B is Cyan = 0, Magento = 0.54, Yellow = 0.84 and Black (K on CMYK) = 0.73.

Color convert

RGB703211-
CMYK00.540.840.73
HSL21.36º72.84%15.88%-
HSV(B)21.36º84.29%27.45%-
XYZ3.12.360.61-
YUV40.97111.09148.71-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 61.95%
GREEN value IS 32 (12.89% from 255) = 28.32%
BLUE value IS 11 (4.69% from 255) = 9.73%
R=61.95%
G=28.32%
B=9.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.84
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70321100.540.840.7321.3672.8415.88
Hex4620B0365449154910
Octal10640130661241112511120
Binary1000110100000101101101101010100100100110101100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46200B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46200B; }

 p { color: rgb(70,32,11); }

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

<style>
 a { background-color: #46200B; }

 a { background-color: rgb(70,32,11); }

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

<style>
 span { border-color: #46200B; }

 span { border-color: rgb(70,32,11); }

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