#461A0A

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

Shades of Brown Pod #461A0A

Tints of Brown Pod #461A0A

Color information

#461A0A (or 0x461A0A) is unknown color: approx Brown Pod. HEX triplet: 46, 1A and 0A. RGB value is (70,26,10). Sum of RGB (Red+Green+Blue) = 70+26+10=106 (14% of max value = 765). Red value is 70 (27.73% from 255 or 66.04% from 106); Green value is 26 (10.55% from 255 or 24.53% from 106); Blue value is 10 (4.30% from 255 or 9.43% from 106); Max value from RGB is 70 - color contains mainly: red. Hex color #461A0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #461A0A is #B9E5F5. Grayscale: #252525. Windows color (decimal): -12183030 or 662086. OLE color: 662086.

HSL color Cylindrical-coordinate representation of color #461A0A: hue angle of 16º degrees, saturation: 0.75, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #461A0A is Cyan = 0, Magento = 0.63, Yellow = 0.86 and Black (K on CMYK) = 0.73.

Color convert

RGB702610-
CMYK00.630.860.73
HSL16º75%15.69%-
HSV(B)16º85.71%27.45%-
XYZ2.952.060.53-
YUV37.33112.58151.3-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 66.04%
GREEN value IS 26 (10.55% from 255) = 24.53%
BLUE value IS 10 (4.30% from 255) = 9.43%
R=66.04%
G=24.53%
B=9.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.86
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70261000.630.860.73167515.69
Hex461AA03F5649104b10
Octal10632120771261112011320
Binary100011011010101001111111010110100100110000100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461A0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,26,10); }

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

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

 a { background-color: rgb(70,26,10); }

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

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

 span { border-color: rgb(70,26,10); }

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