#46230F

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

Shades of Brown Pod #46230F

Tints of Brown Pod #46230F

Color information

#46230F (or 0x46230F) is unknown color: approx Brown Pod. HEX triplet: 46, 23 and 0F. RGB value is (70,35,15). Sum of RGB (Red+Green+Blue) = 70+35+15=120 (15% of max value = 765). Red value is 70 (27.73% from 255 or 58.33% from 120); Green value is 35 (14.06% from 255 or 29.17% from 120); Blue value is 15 (6.25% from 255 or 12.5% from 120); Max value from RGB is 70 - color contains mainly: red. Hex color #46230F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #46230F is #B9DCF0. Grayscale: #2B2B2B. Windows color (decimal): -12180721 or 992070. OLE color: 992070.

HSL color Cylindrical-coordinate representation of color #46230F: hue angle of 21.82º degrees, saturation: 0.65, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #46230F is Cyan = 0, Magento = 0.5, Yellow = 0.79 and Black (K on CMYK) = 0.73.

Color convert

RGB703515-
CMYK00.50.790.73
HSL21.82º64.71%16.67%-
HSV(B)21.82º78.57%27.45%-
XYZ3.212.540.77-
YUV43.18112.1147.13-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 58.33%
GREEN value IS 35 (14.06% from 255) = 29.17%
BLUE value IS 15 (6.25% from 255) = 12.5%
R=58.33%
G=29.17%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.79
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70351500.50.790.7321.8264.7116.67
Hex4623F0324F49164111
Octal10643170621171112610121
Binary1000110100011111101100101001111100100110110100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46230F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46230F; }

 p { color: rgb(70,35,15); }

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

<style>
 a { background-color: #46230F; }

 a { background-color: rgb(70,35,15); }

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

<style>
 span { border-color: #46230F; }

 span { border-color: rgb(70,35,15); }

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