#46240B

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

Shades of Brown Pod #46240B

Tints of Brown Pod #46240B

Color information

#46240B (or 0x46240B) is unknown color: approx Brown Pod. HEX triplet: 46, 24 and 0B. RGB value is (70,36,11). Sum of RGB (Red+Green+Blue) = 70+36+11=117 (15% of max value = 765). Red value is 70 (27.73% from 255 or 59.83% from 117); Green value is 36 (14.45% from 255 or 30.77% from 117); Blue value is 11 (4.69% from 255 or 9.40% from 117); Max value from RGB is 70 - color contains mainly: red. Hex color #46240B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #46240B is #B9DBF4. Grayscale: #2B2B2B. Windows color (decimal): -12180469 or 730182. OLE color: 730182.

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

Color convert

RGB703611-
CMYK00.490.840.73
HSL25.42º72.84%15.88%-
HSV(B)25.42º84.29%27.45%-
XYZ3.222.590.65-
YUV43.32109.76147.03-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 59.83%
GREEN value IS 36 (14.45% from 255) = 30.77%
BLUE value IS 11 (4.69% from 255) = 9.40%
R=59.83%
G=30.77%
B=9.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.84
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70361100.490.840.7325.4272.8415.88
Hex4624B0315449194910
Octal10644130611241113111120
Binary1000110100100101101100011010100100100111001100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46240B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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