#461507

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

Shades of Brown Pod #461507

Tints of Brown Pod #461507

Color information

#461507 (or 0x461507) is unknown color: approx Brown Pod. HEX triplet: 46, 15 and 07. RGB value is (70,21,7). Sum of RGB (Red+Green+Blue) = 70+21+7=98 (12% of max value = 765). Red value is 70 (27.73% from 255 or 71.43% from 98); Green value is 21 (8.59% from 255 or 21.43% from 98); Blue value is 7 (3.12% from 255 or 7.14% from 98); Max value from RGB is 70 - color contains mainly: red. Hex color #461507 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #461507 is #B9EAF8. Grayscale: #222222. Windows color (decimal): -12184313 or 464198. OLE color: 464198.

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

Color convert

RGB70217-
CMYK00.700.900.73
HSL13.33º81.82%15.1%-
HSV(B)13.33º90%27.45%-
XYZ2.831.850.41-
YUV34.06112.73153.64-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 71.43%
GREEN value IS 21 (8.59% from 255) = 21.43%
BLUE value IS 7 (3.12% from 255) = 7.14%
R=71.43%
G=21.43%
B=7.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.90
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7021700.700.900.7313.3381.8215.1
Hex461570465A49d52f
Octal10625701061321111512217
Binary1000110101011110100011010110101001001110110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461507; }

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

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

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

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

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

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

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

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