#461408

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

Shades of Brown Pod #461408

Tints of Brown Pod #461408

Color information

#461408 (or 0x461408) is unknown color: approx Brown Pod. HEX triplet: 46, 14 and 08. RGB value is (70,20,8). Sum of RGB (Red+Green+Blue) = 70+20+8=98 (12% of max value = 765). Red value is 70 (27.73% from 255 or 71.43% from 98); Green value is 20 (8.20% from 255 or 20.41% from 98); Blue value is 8 (3.52% from 255 or 8.16% from 98); Max value from RGB is 70 - color contains mainly: red. Hex color #461408 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #461408 is #B9EBF7. Grayscale: #212121. Windows color (decimal): -12184568 or 529478. OLE color: 529478.

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

Color convert

RGB70208-
CMYK00.710.890.73
HSL11.61º79.49%15.29%-
HSV(B)11.61º88.57%27.45%-
XYZ2.821.820.43-
YUV33.58113.56153.98-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 71.43%
GREEN value IS 20 (8.20% from 255) = 20.41%
BLUE value IS 8 (3.52% from 255) = 8.16%
R=71.43%
G=20.41%
B=8.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.89
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7020800.710.890.7311.6179.4915.29
Hex461480475949c4ff
Octal106241001071311111411717
Binary10001101010010000100011110110011001001110010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461408; }

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

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

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

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

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

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

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

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