#462415

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

Shades of Brown Pod #462415

Tints of Brown Pod #462415

Color information

#462415 (or 0x462415) is unknown color: approx Brown Pod. HEX triplet: 46, 24 and 15. RGB value is (70,36,21). Sum of RGB (Red+Green+Blue) = 70+36+21=127 (16% of max value = 765). Red value is 70 (27.73% from 255 or 55.12% from 127); Green value is 36 (14.45% from 255 or 28.35% from 127); Blue value is 21 (8.59% from 255 or 16.54% from 127); Max value from RGB is 70 - color contains mainly: red. Hex color #462415 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462415 is #B9DBEA. Grayscale: #2C2C2C. Windows color (decimal): -12180459 or 1385542. OLE color: 1385542.

HSL color Cylindrical-coordinate representation of color #462415: hue angle of 18.37º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #462415 is Cyan = 0, Magento = 0.49, Yellow = 0.70 and Black (K on CMYK) = 0.73.

Color convert

RGB703621-
CMYK00.490.700.73
HSL18.37º53.85%17.84%-
HSV(B)18.37º70%27.45%-
XYZ3.292.621.04-
YUV44.46114.76146.22-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 55.12%
GREEN value IS 36 (14.45% from 255) = 28.35%
BLUE value IS 21 (8.59% from 255) = 16.54%
R=55.12%
G=28.35%
B=16.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.70
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70362100.490.700.7318.3753.8517.84
Hex4624150314649123612
Octal1064425061106111226622
Binary1000110100100101010110001100011010010011001011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462415; }

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

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

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

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

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

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

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

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