#461501

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

Shades of Brown Pod #461501

Tints of Brown Pod #461501

Color information

#461501 (or 0x461501) is unknown color: approx Brown Pod. HEX triplet: 46, 15 and 01. RGB value is (70,21,1). Sum of RGB (Red+Green+Blue) = 70+21+1=92 (12% of max value = 765). Red value is 70 (27.73% from 255 or 76.09% from 92); Green value is 21 (8.59% from 255 or 22.83% from 92); Blue value is 1 (0.78% from 255 or 1.09% from 92); Max value from RGB is 70 - color contains mainly: red. Hex color #461501 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #461501 is #B9EAFE. Grayscale: #212121. Windows color (decimal): -12184319 or 70982. OLE color: 70982.

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

Color convert

RGB70211-
CMYK00.700.990.73
HSL17.39º97.18%13.92%-
HSV(B)17.39º98.57%27.45%-
XYZ2.81.840.24-
YUV33.37109.73154.13-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 76.09%
GREEN value IS 21 (8.59% from 255) = 22.83%
BLUE value IS 1 (0.78% from 255) = 1.09%
R=76.09%
G=22.83%
B=1.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.99
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7021100.700.990.7317.3997.1813.92
Hex4615104663491161e
Octal10625101061431112114116
Binary100011010101101000110110001110010011000111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461501; }

 p { color: rgb(70,21,1); }

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

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

 a { background-color: rgb(70,21,1); }

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

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

 span { border-color: rgb(70,21,1); }

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