#462515

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

Shades of Brown Pod #462515

Tints of Brown Pod #462515

Color information

#462515 (or 0x462515) is unknown color: approx Brown Pod. HEX triplet: 46, 25 and 15. RGB value is (70,37,21). Sum of RGB (Red+Green+Blue) = 70+37+21=128 (16% of max value = 765). Red value is 70 (27.73% from 255 or 54.69% from 128); Green value is 37 (14.84% from 255 or 28.91% from 128); Blue value is 21 (8.59% from 255 or 16.41% from 128); Max value from RGB is 70 - color contains mainly: red. Hex color #462515 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462515 is #B9DAEA. Grayscale: #2D2D2D. Windows color (decimal): -12180203 or 1385798. OLE color: 1385798.

HSL color Cylindrical-coordinate representation of color #462515: hue angle of 19.59º 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 #462515 is Cyan = 0, Magento = 0.47, Yellow = 0.70 and Black (K on CMYK) = 0.73.

Color convert

RGB703721-
CMYK00.470.700.73
HSL19.59º53.85%17.84%-
HSV(B)19.59º70%27.45%-
XYZ3.322.681.05-
YUV45.04114.43145.8-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 54.69%
GREEN value IS 37 (14.84% from 255) = 28.91%
BLUE value IS 21 (8.59% from 255) = 16.41%
R=54.69%
G=28.91%
B=16.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.70
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70372100.470.700.7319.5953.8517.84
Hex46251502F4649143612
Octal1064525057106111246622
Binary1000110100101101010101111100011010010011010011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462515; }

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

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

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

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

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

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

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

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