#46240D

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

Shades of Brown Pod #46240D

Tints of Brown Pod #46240D

Color information

#46240D (or 0x46240D) is unknown color: approx Brown Pod. HEX triplet: 46, 24 and 0D. RGB value is (70,36,13). Sum of RGB (Red+Green+Blue) = 70+36+13=119 (15% of max value = 765). Red value is 70 (27.73% from 255 or 58.82% from 119); Green value is 36 (14.45% from 255 or 30.25% from 119); Blue value is 13 (5.47% from 255 or 10.92% from 119); Max value from RGB is 70 - color contains mainly: red. Hex color #46240D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #46240D is #B9DBF2. Grayscale: #2B2B2B. Windows color (decimal): -12180467 or 861254. OLE color: 861254.

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

Color convert

RGB703613-
CMYK00.490.810.73
HSL24.21º68.67%16.27%-
HSV(B)24.21º81.43%27.45%-
XYZ3.232.590.71-
YUV43.54110.76146.87-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 58.82%
GREEN value IS 36 (14.45% from 255) = 30.25%
BLUE value IS 13 (5.47% from 255) = 10.92%
R=58.82%
G=30.25%
B=10.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.81
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70361300.490.810.7324.2168.6716.27
Hex4624D0315149184510
Octal10644150611211113010520
Binary1000110100100110101100011010001100100111000100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46240D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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