#462518

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

Shades of Brown Pod #462518

Tints of Brown Pod #462518

Color information

#462518 (or 0x462518) is unknown color: approx Brown Pod. HEX triplet: 46, 25 and 18. RGB value is (70,37,24). Sum of RGB (Red+Green+Blue) = 70+37+24=131 (17% of max value = 765). Red value is 70 (27.73% from 255 or 53.44% from 131); Green value is 37 (14.84% from 255 or 28.24% from 131); Blue value is 24 (9.77% from 255 or 18.32% from 131); Max value from RGB is 70 - color contains mainly: red. Hex color #462518 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462518 is #B9DAE7. Grayscale: #2D2D2D. Windows color (decimal): -12180200 or 1582406. OLE color: 1582406.

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

Color convert

RGB703724-
CMYK00.470.660.73
HSL16.96º48.94%18.43%-
HSV(B)16.96º65.71%27.45%-
XYZ3.352.691.21-
YUV45.38115.93145.56-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 53.44%
GREEN value IS 37 (14.84% from 255) = 28.24%
BLUE value IS 24 (9.77% from 255) = 18.32%
R=53.44%
G=28.24%
B=18.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.66
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70372400.470.660.7316.9648.9418.43
Hex46251802F4249113112
Octal1064530057102111216122
Binary1000110100101110000101111100001010010011000111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462518; }

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

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

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

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

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

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

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

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