#46201B

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

Shades of Brown Pod #46201B

Tints of Brown Pod #46201B

Color information

#46201B (or 0x46201B) is unknown color: approx Brown Pod. HEX triplet: 46, 20 and 1B. RGB value is (70,32,27). Sum of RGB (Red+Green+Blue) = 70+32+27=129 (17% of max value = 765). Red value is 70 (27.73% from 255 or 54.26% from 129); Green value is 32 (12.89% from 255 or 24.81% from 129); Blue value is 27 (10.94% from 255 or 20.93% from 129); Max value from RGB is 70 - color contains mainly: red. Hex color #46201B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46201B is #B9DFE4. Grayscale: #2A2A2A. Windows color (decimal): -12181477 or 1777734. OLE color: 1777734.

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

Color convert

RGB703227-
CMYK00.540.610.73
HSL6.98º44.33%19.02%-
HSV(B)6.98º61.43%27.45%-
XYZ3.242.411.33-
YUV42.79119.09147.41-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 54.26%
GREEN value IS 32 (12.89% from 255) = 24.81%
BLUE value IS 27 (10.94% from 255) = 20.93%
R=54.26%
G=24.81%
B=20.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.61
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70322700.540.610.736.9844.3319.02
Hex46201B0363D4972c13
Octal10640330667511175423
Binary1000110100000110110110110111101100100111110110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46201B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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