#462418

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

Shades of Brown Pod #462418

Tints of Brown Pod #462418

Color information

#462418 (or 0x462418) is unknown color: approx Brown Pod. HEX triplet: 46, 24 and 18. RGB value is (70,36,24). Sum of RGB (Red+Green+Blue) = 70+36+24=130 (17% of max value = 765). Red value is 70 (27.73% from 255 or 53.85% from 130); Green value is 36 (14.45% from 255 or 27.69% from 130); Blue value is 24 (9.77% from 255 or 18.46% from 130); Max value from RGB is 70 - color contains mainly: red. Hex color #462418 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462418 is #B9DBE7. Grayscale: #2C2C2C. Windows color (decimal): -12180456 or 1582150. OLE color: 1582150.

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

Color convert

RGB703624-
CMYK00.490.660.73
HSL15.65º48.94%18.43%-
HSV(B)15.65º65.71%27.45%-
XYZ3.322.631.2-
YUV44.8116.26145.98-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 53.85%
GREEN value IS 36 (14.45% from 255) = 27.69%
BLUE value IS 24 (9.77% from 255) = 18.46%
R=53.85%
G=27.69%
B=18.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.66
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70362400.490.660.7315.6548.9418.43
Hex4624180314249103112
Octal1064430061102111206122
Binary1000110100100110000110001100001010010011000011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462418; }

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

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

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

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

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

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

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

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