#461600

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

Shades of Brown Pod #461600

Tints of Brown Pod #461600

Color information

#461600 (or 0x461600) is unknown color: approx Brown Pod. HEX triplet: 46, 16 and 00. RGB value is (70,22,0). Sum of RGB (Red+Green+Blue) = 70+22+0=92 (12% of max value = 765). Red value is 70 (27.73% from 255 or 76.09% from 92); Green value is 22 (8.98% from 255 or 23.91% from 92); Blue value is 0 (0.39% from 255 or 0% from 92); Max value from RGB is 70 - color contains mainly: red. Hex color #461600 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #461600 is #B9E9FF. Grayscale: #212121. Windows color (decimal): -12184064 or 5702. OLE color: 5702.

HSL color Cylindrical-coordinate representation of color #461600: hue angle of 18.86º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #461600 is Cyan = 0, Magento = 0.69, Yellow = 1 and Black (K on CMYK) = 0.73.

Color convert

RGB70220-
CMYK00.6910.73
HSL18.86º100%13.73%-
HSV(B)18.86º100%27.45%-
XYZ2.811.880.21-
YUV33.84108.9153.79-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 76.09%
GREEN value IS 22 (8.98% from 255) = 23.91%
BLUE value IS 0 (0.39% from 255) = 0%
R=76.09%
G=23.91%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 1
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7022000.6910.7318.8610013.73
Hex4616004564491364e
Octal10626001051441112314416
Binary100011010110001000101110010010010011001111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461600; }

 p { color: rgb(70,22,0); }

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

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

 a { background-color: rgb(70,22,0); }

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

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

 span { border-color: rgb(70,22,0); }

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