#461807

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

Shades of Brown Pod #461807

Tints of Brown Pod #461807

Color information

#461807 (or 0x461807) is unknown color: approx Brown Pod. HEX triplet: 46, 18 and 07. RGB value is (70,24,7). Sum of RGB (Red+Green+Blue) = 70+24+7=101 (13% of max value = 765). Red value is 70 (27.73% from 255 or 69.31% from 101); Green value is 24 (9.77% from 255 or 23.76% from 101); Blue value is 7 (3.12% from 255 or 6.93% from 101); Max value from RGB is 70 - color contains mainly: red. Hex color #461807 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #461807 is #B9E7F8. Grayscale: #232323. Windows color (decimal): -12183545 or 464966. OLE color: 464966.

HSL color Cylindrical-coordinate representation of color #461807: hue angle of 16.19º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #461807 is Cyan = 0, Magento = 0.66, Yellow = 0.90 and Black (K on CMYK) = 0.73.

Color convert

RGB70247-
CMYK00.660.900.73
HSL16.19º81.82%15.1%-
HSV(B)16.19º90%27.45%-
XYZ2.891.970.43-
YUV35.82111.74152.38-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 69.31%
GREEN value IS 24 (9.77% from 255) = 23.76%
BLUE value IS 7 (3.12% from 255) = 6.93%
R=69.31%
G=23.76%
B=6.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.90
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7024700.660.900.7316.1981.8215.1
Hex461870425A491052f
Octal10630701021321112012217
Binary10001101100011101000010101101010010011000010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461807

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461807; }

 p { color: rgb(70,24,7); }

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

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

 a { background-color: rgb(70,24,7); }

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

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

 span { border-color: rgb(70,24,7); }

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