#461701

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

Shades of Brown Pod #461701

Tints of Brown Pod #461701

Color information

#461701 (or 0x461701) is unknown color: approx Brown Pod. HEX triplet: 46, 17 and 01. RGB value is (70,23,1). Sum of RGB (Red+Green+Blue) = 70+23+1=94 (12% of max value = 765). Red value is 70 (27.73% from 255 or 74.47% from 94); Green value is 23 (9.38% from 255 or 24.47% from 94); Blue value is 1 (0.78% from 255 or 1.06% from 94); Max value from RGB is 70 - color contains mainly: red. Hex color #461701 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #461701 is #B9E8FE. Grayscale: #222222. Windows color (decimal): -12183807 or 71494. OLE color: 71494.

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

Color convert

RGB70231-
CMYK00.670.990.73
HSL19.13º97.18%13.92%-
HSV(B)19.13º98.57%27.45%-
XYZ2.841.920.25-
YUV34.54109.07153.29-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 74.47%
GREEN value IS 23 (9.38% from 255) = 24.47%
BLUE value IS 1 (0.78% from 255) = 1.06%
R=74.47%
G=24.47%
B=1.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.99
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7023100.670.990.7319.1397.1813.92
Hex4617104363491361e
Octal10627101031431112314116
Binary100011010111101000011110001110010011001111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461701; }

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

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

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

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

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

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

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

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