#46230D

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

Shades of Brown Pod #46230D

Tints of Brown Pod #46230D

Color information

#46230D (or 0x46230D) is unknown color: approx Brown Pod. HEX triplet: 46, 23 and 0D. RGB value is (70,35,13). Sum of RGB (Red+Green+Blue) = 70+35+13=118 (15% of max value = 765). Red value is 70 (27.73% from 255 or 59.32% from 118); Green value is 35 (14.06% from 255 or 29.66% from 118); Blue value is 13 (5.47% from 255 or 11.02% from 118); Max value from RGB is 70 - color contains mainly: red. Hex color #46230D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #46230D is #B9DCF2. Grayscale: #2B2B2B. Windows color (decimal): -12180723 or 860998. OLE color: 860998.

HSL color Cylindrical-coordinate representation of color #46230D: hue angle of 23.16º 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 #46230D is Cyan = 0, Magento = 0.5, Yellow = 0.81 and Black (K on CMYK) = 0.73.

Color convert

RGB703513-
CMYK00.50.810.73
HSL23.16º68.67%16.27%-
HSV(B)23.16º81.43%27.45%-
XYZ3.22.530.7-
YUV42.96111.1147.29-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 59.32%
GREEN value IS 35 (14.06% from 255) = 29.66%
BLUE value IS 13 (5.47% from 255) = 11.02%
R=59.32%
G=29.66%
B=11.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.81
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70351300.50.810.7323.1668.6716.27
Hex4623D0325149174510
Octal10643150621211112710520
Binary1000110100011110101100101010001100100110111100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46230D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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