#461708

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

Shades of Brown Pod #461708

Tints of Brown Pod #461708

Color information

#461708 (or 0x461708) is unknown color: approx Brown Pod. HEX triplet: 46, 17 and 08. RGB value is (70,23,8). Sum of RGB (Red+Green+Blue) = 70+23+8=101 (13% of max value = 765). Red value is 70 (27.73% from 255 or 69.31% from 101); Green value is 23 (9.38% from 255 or 22.77% from 101); Blue value is 8 (3.52% from 255 or 7.92% from 101); Max value from RGB is 70 - color contains mainly: red. Hex color #461708 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #461708 is #B9E8F7. Grayscale: #232323. Windows color (decimal): -12183800 or 530246. OLE color: 530246.

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

Color convert

RGB70238-
CMYK00.670.890.73
HSL14.52º79.49%15.29%-
HSV(B)14.52º88.57%27.45%-
XYZ2.881.930.45-
YUV35.34112.57152.72-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 69.31%
GREEN value IS 23 (9.38% from 255) = 22.77%
BLUE value IS 8 (3.52% from 255) = 7.92%
R=69.31%
G=22.77%
B=7.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.89
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7023800.670.890.7314.5279.4915.29
Hex461780435949f4ff
Octal106271001031311111711717
Binary10001101011110000100001110110011001001111110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461708; }

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

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

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

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

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

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

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

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