#461710

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

Shades of Brown Pod #461710

Tints of Brown Pod #461710

Color information

#461710 (or 0x461710) is unknown color: approx Brown Pod. HEX triplet: 46, 17 and 10. RGB value is (70,23,16). Sum of RGB (Red+Green+Blue) = 70+23+16=109 (14% of max value = 765). Red value is 70 (27.73% from 255 or 64.22% from 109); Green value is 23 (9.38% from 255 or 21.10% from 109); Blue value is 16 (6.64% from 255 or 14.68% from 109); Max value from RGB is 70 - color contains mainly: red. Hex color #461710 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #461710 is #B9E8EF. Grayscale: #242424. Windows color (decimal): -12183792 or 1054534. OLE color: 1054534.

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

Color convert

RGB702316-
CMYK00.670.770.73
HSL7.78º62.79%16.86%-
HSV(B)7.78º77.14%27.45%-
XYZ2.931.950.71-
YUV36.25116.57152.07-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 64.22%
GREEN value IS 23 (9.38% from 255) = 21.10%
BLUE value IS 16 (6.64% from 255) = 14.68%
R=64.22%
G=21.10%
B=14.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.77
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70231600.670.770.737.7862.7916.86
Hex4617100434D4983f11
Octal10627200103115111107721
Binary100011010111100000100001110011011001001100011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461710; }

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

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

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

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

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

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

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

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