#461703

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

Shades of Brown Pod #461703

Tints of Brown Pod #461703

Color information

#461703 (or 0x461703) is unknown color: approx Brown Pod. HEX triplet: 46, 17 and 03. RGB value is (70,23,3). Sum of RGB (Red+Green+Blue) = 70+23+3=96 (12% of max value = 765). Red value is 70 (27.73% from 255 or 72.92% from 96); Green value is 23 (9.38% from 255 or 23.96% from 96); Blue value is 3 (1.56% from 255 or 3.12% from 96); Max value from RGB is 70 - color contains mainly: red. Hex color #461703 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #461703 is #B9E8FC. Grayscale: #222222. Windows color (decimal): -12183805 or 202566. OLE color: 202566.

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

Color convert

RGB70233-
CMYK00.670.960.73
HSL17.91º91.78%14.31%-
HSV(B)17.91º95.71%27.45%-
XYZ2.851.920.31-
YUV34.77110.07153.13-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 72.92%
GREEN value IS 23 (9.38% from 255) = 23.96%
BLUE value IS 3 (1.56% from 255) = 3.12%
R=72.92%
G=23.96%
B=3.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.96
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7023300.670.960.7317.9191.7814.31
Hex461730436049125ce
Octal10627301031401112213416
Binary1000110101111101000011110000010010011001010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461703

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461703; }

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

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

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

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

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

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

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

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