#462417

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

Shades of Brown Pod #462417

Tints of Brown Pod #462417

Color information

#462417 (or 0x462417) is unknown color: approx Brown Pod. HEX triplet: 46, 24 and 17. RGB value is (70,36,23). Sum of RGB (Red+Green+Blue) = 70+36+23=129 (17% of max value = 765). Red value is 70 (27.73% from 255 or 54.26% from 129); Green value is 36 (14.45% from 255 or 27.91% from 129); Blue value is 23 (9.38% from 255 or 17.83% from 129); Max value from RGB is 70 - color contains mainly: red. Hex color #462417 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462417 is #B9DBE8. Grayscale: #2C2C2C. Windows color (decimal): -12180457 or 1516614. OLE color: 1516614.

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

Color convert

RGB703623-
CMYK00.490.670.73
HSL16.6º50.54%18.24%-
HSV(B)16.6º67.14%27.45%-
XYZ3.312.631.14-
YUV44.68115.76146.06-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 54.26%
GREEN value IS 36 (14.45% from 255) = 27.91%
BLUE value IS 23 (9.38% from 255) = 17.83%
R=54.26%
G=27.91%
B=17.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.67
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70362300.490.670.7316.650.5418.24
Hex4624170314349113312
Octal1064427061103111216322
Binary1000110100100101110110001100001110010011000111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462417; }

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

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

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

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

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

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

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

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