#46240C

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

Shades of Brown Pod #46240C

Tints of Brown Pod #46240C

Color information

#46240C (or 0x46240C) is unknown color: approx Brown Pod. HEX triplet: 46, 24 and 0C. RGB value is (70,36,12). Sum of RGB (Red+Green+Blue) = 70+36+12=118 (15% of max value = 765). Red value is 70 (27.73% from 255 or 59.32% from 118); Green value is 36 (14.45% from 255 or 30.51% from 118); Blue value is 12 (5.08% from 255 or 10.17% from 118); Max value from RGB is 70 - color contains mainly: red. Hex color #46240C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #46240C is #B9DBF3. Grayscale: #2B2B2B. Windows color (decimal): -12180468 or 795718. OLE color: 795718.

HSL color Cylindrical-coordinate representation of color #46240C: hue angle of 24.83º degrees, saturation: 0.71, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #46240C is Cyan = 0, Magento = 0.49, Yellow = 0.83 and Black (K on CMYK) = 0.73.

Color convert

RGB703612-
CMYK00.490.830.73
HSL24.83º70.73%16.08%-
HSV(B)24.83º82.86%27.45%-
XYZ3.222.590.68-
YUV43.43110.26146.95-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 59.32%
GREEN value IS 36 (14.45% from 255) = 30.51%
BLUE value IS 12 (5.08% from 255) = 10.17%
R=59.32%
G=30.51%
B=10.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.83
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70361200.490.830.7324.8370.7316.08
Hex4624C0315349194710
Octal10644140611231113110720
Binary1000110100100110001100011010011100100111001100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46240C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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