#462519

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

Shades of Brown Pod #462519

Tints of Brown Pod #462519

Color information

#462519 (or 0x462519) is unknown color: approx Brown Pod. HEX triplet: 46, 25 and 19. RGB value is (70,37,25). Sum of RGB (Red+Green+Blue) = 70+37+25=132 (17% of max value = 765). Red value is 70 (27.73% from 255 or 53.03% from 132); Green value is 37 (14.84% from 255 or 28.03% from 132); Blue value is 25 (10.16% from 255 or 18.94% from 132); Max value from RGB is 70 - color contains mainly: red. Hex color #462519 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462519 is #B9DAE6. Grayscale: #2D2D2D. Windows color (decimal): -12180199 or 1647942. OLE color: 1647942.

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

Color convert

RGB703725-
CMYK00.470.640.73
HSL16º47.37%18.63%-
HSV(B)16º64.29%27.45%-
XYZ3.362.71.26-
YUV45.5116.43145.48-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 53.03%
GREEN value IS 37 (14.84% from 255) = 28.03%
BLUE value IS 25 (10.16% from 255) = 18.94%
R=53.03%
G=28.03%
B=18.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.64
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70372500.470.640.731647.3718.63
Hex46251902F4049102f13
Octal1064531057100111205723
Binary1000110100101110010101111100000010010011000010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462519; }

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

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

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

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

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

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

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

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