#461500

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

Shades of Brown Pod #461500

Tints of Brown Pod #461500

Color information

#461500 (or 0x461500) is unknown color: approx Brown Pod. HEX triplet: 46, 15 and 00. RGB value is (70,21,0). Sum of RGB (Red+Green+Blue) = 70+21+0=91 (12% of max value = 765). Red value is 70 (27.73% from 255 or 76.92% from 91); Green value is 21 (8.59% from 255 or 23.08% from 91); Blue value is 0 (0.39% from 255 or 0% from 91); Max value from RGB is 70 - color contains mainly: red. Hex color #461500 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #461500 is #B9EAFF. Grayscale: #212121. Windows color (decimal): -12184320 or 5446. OLE color: 5446.

HSL color Cylindrical-coordinate representation of color #461500: hue angle of 18º 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 #461500 is Cyan = 0, Magento = 0.70, Yellow = 1 and Black (K on CMYK) = 0.73.

Color convert

RGB70210-
CMYK00.7010.73
HSL18º100%13.73%-
HSV(B)18º100%27.45%-
XYZ2.791.840.21-
YUV33.26109.23154.21-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 76.92%
GREEN value IS 21 (8.59% from 255) = 23.08%
BLUE value IS 0 (0.39% from 255) = 0%
R=76.92%
G=23.08%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 1
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7021000.7010.731810013.73
Hex4615004664491264e
Octal10625001061441112214416
Binary100011010101001000110110010010010011001011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461500; }

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

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

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

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

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

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

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

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