#462313

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

Shades of Brown Pod #462313

Tints of Brown Pod #462313

Color information

#462313 (or 0x462313) is unknown color: approx Brown Pod. HEX triplet: 46, 23 and 13. RGB value is (70,35,19). Sum of RGB (Red+Green+Blue) = 70+35+19=124 (16% of max value = 765). Red value is 70 (27.73% from 255 or 56.45% from 124); Green value is 35 (14.06% from 255 or 28.23% from 124); Blue value is 19 (7.81% from 255 or 15.32% from 124); Max value from RGB is 70 - color contains mainly: red. Hex color #462313 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462313 is #B9DCEC. Grayscale: #2B2B2B. Windows color (decimal): -12180717 or 1254214. OLE color: 1254214.

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

Color convert

RGB703519-
CMYK00.50.730.73
HSL18.82º57.3%17.45%-
HSV(B)18.82º72.86%27.45%-
XYZ3.242.550.94-
YUV43.64114.1146.8-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 56.45%
GREEN value IS 35 (14.06% from 255) = 28.23%
BLUE value IS 19 (7.81% from 255) = 15.32%
R=56.45%
G=28.23%
B=15.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.73
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70351900.50.730.7318.8257.317.45
Hex4623130324949133911
Octal1064323062111111237121
Binary1000110100011100110110010100100110010011001111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462313; }

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

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

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

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

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

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

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

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