#461300

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

Shades of Brown Pod #461300

Tints of Brown Pod #461300

Color information

#461300 (or 0x461300) is unknown color: approx Brown Pod. HEX triplet: 46, 13 and 00. RGB value is (70,19,0). Sum of RGB (Red+Green+Blue) = 70+19+0=89 (11% of max value = 765). Red value is 70 (27.73% from 255 or 78.65% from 89); Green value is 19 (7.81% from 255 or 21.35% from 89); Blue value is 0 (0.39% from 255 or 0% from 89); Max value from RGB is 70 - color contains mainly: red. Hex color #461300 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #461300 is #B9ECFF. Grayscale: #202020. Windows color (decimal): -12184832 or 4934. OLE color: 4934.

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

Color convert

RGB70190-
CMYK00.7310.73
HSL16.29º100%13.73%-
HSV(B)16.29º100%27.45%-
XYZ2.761.770.2-
YUV32.08109.9155.04-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 78.65%
GREEN value IS 19 (7.81% from 255) = 21.35%
BLUE value IS 0 (0.39% from 255) = 0%
R=78.65%
G=21.35%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 1
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7019000.7310.7316.2910013.73
Hex4613004964491064e
Octal10623001111441112014416
Binary100011010011001001001110010010010011000011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461300; }

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

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

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

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

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

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

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

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