#46180B

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

Shades of Brown Pod #46180B

Tints of Brown Pod #46180B

Color information

#46180B (or 0x46180B) is unknown color: approx Brown Pod. HEX triplet: 46, 18 and 0B. RGB value is (70,24,11). Sum of RGB (Red+Green+Blue) = 70+24+11=105 (13% of max value = 765). Red value is 70 (27.73% from 255 or 66.67% from 105); Green value is 24 (9.77% from 255 or 22.86% from 105); Blue value is 11 (4.69% from 255 or 10.48% from 105); Max value from RGB is 70 - color contains mainly: red. Hex color #46180B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #46180B is #B9E7F4. Grayscale: #242424. Windows color (decimal): -12183541 or 727110. OLE color: 727110.

HSL color Cylindrical-coordinate representation of color #46180B: hue angle of 13.22º 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 #46180B is Cyan = 0, Magento = 0.66, Yellow = 0.84 and Black (K on CMYK) = 0.73.

Color convert

RGB702411-
CMYK00.660.840.73
HSL13.22º72.84%15.88%-
HSV(B)13.22º84.29%27.45%-
XYZ2.911.980.55-
YUV36.27113.74152.06-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 66.67%
GREEN value IS 24 (9.77% from 255) = 22.86%
BLUE value IS 11 (4.69% from 255) = 10.48%
R=66.67%
G=22.86%
B=10.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.84
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70241100.660.840.7313.2272.8415.88
Hex4618B0425449d4910
Octal106301301021241111511120
Binary100011011000101101000010101010010010011101100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46180B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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