#462410

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

Shades of Brown Pod #462410

Tints of Brown Pod #462410

Color information

#462410 (or 0x462410) is unknown color: approx Brown Pod. HEX triplet: 46, 24 and 10. RGB value is (70,36,16). Sum of RGB (Red+Green+Blue) = 70+36+16=122 (16% of max value = 765). Red value is 70 (27.73% from 255 or 57.38% from 122); Green value is 36 (14.45% from 255 or 29.51% from 122); Blue value is 16 (6.64% from 255 or 13.11% from 122); Max value from RGB is 70 - color contains mainly: red. Hex color #462410 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462410 is #B9DBEF. Grayscale: #2B2B2B. Windows color (decimal): -12180464 or 1057862. OLE color: 1057862.

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

Color convert

RGB703616-
CMYK00.490.770.73
HSL22.22º62.79%16.86%-
HSV(B)22.22º77.14%27.45%-
XYZ3.252.60.82-
YUV43.89112.26146.63-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 57.38%
GREEN value IS 36 (14.45% from 255) = 29.51%
BLUE value IS 16 (6.64% from 255) = 13.11%
R=57.38%
G=29.51%
B=13.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.77
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70361600.490.770.7322.2262.7916.86
Hex4624100314D49163f11
Octal1064420061115111267721
Binary1000110100100100000110001100110110010011011011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462410; }

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

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

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

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

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

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

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

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