#461C10

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

Shades of Brown Pod #461C10

Tints of Brown Pod #461C10

Color information

#461C10 (or 0x461C10) is unknown color: approx Brown Pod. HEX triplet: 46, 1C and 10. RGB value is (70,28,16). Sum of RGB (Red+Green+Blue) = 70+28+16=114 (15% of max value = 765). Red value is 70 (27.73% from 255 or 61.40% from 114); Green value is 28 (11.33% from 255 or 24.56% from 114); Blue value is 16 (6.64% from 255 or 14.04% from 114); Max value from RGB is 70 - color contains mainly: red. Hex color #461C10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #461C10 is #B9E3EF. Grayscale: #272727. Windows color (decimal): -12182512 or 1055814. OLE color: 1055814.

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

Color convert

RGB702816-
CMYK00.600.770.73
HSL13.33º62.79%16.86%-
HSV(B)13.33º77.14%27.45%-
XYZ3.032.170.75-
YUV39.19114.91149.98-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 61.40%
GREEN value IS 28 (11.33% from 255) = 24.56%
BLUE value IS 16 (6.64% from 255) = 14.04%
R=61.40%
G=24.56%
B=14.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.77
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70281600.600.770.7313.3362.7916.86
Hex461C1003C4D49d3f11
Octal1063420074115111157721
Binary10001101110010000011110010011011001001110111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461C10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461C10; }

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

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

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

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

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

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

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

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