#462109

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

Shades of Brown Pod #462109

Tints of Brown Pod #462109

Color information

#462109 (or 0x462109) is unknown color: approx Brown Pod. HEX triplet: 46, 21 and 09. RGB value is (70,33,9). Sum of RGB (Red+Green+Blue) = 70+33+9=112 (14% of max value = 765). Red value is 70 (27.73% from 255 or 62.5% from 112); Green value is 33 (13.28% from 255 or 29.46% from 112); Blue value is 9 (3.91% from 255 or 8.04% from 112); Max value from RGB is 70 - color contains mainly: red. Hex color #462109 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462109 is #B9DEF6. Grayscale: #292929. Windows color (decimal): -12181239 or 598342. OLE color: 598342.

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

Color convert

RGB70339-
CMYK00.530.870.73
HSL23.61º77.22%15.49%-
HSV(B)23.61º87.14%27.45%-
XYZ3.122.410.56-
YUV41.33109.76148.45-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 62.5%
GREEN value IS 33 (13.28% from 255) = 29.46%
BLUE value IS 9 (3.91% from 255) = 8.04%
R=62.5%
G=29.46%
B=8.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.87
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7033900.530.870.7323.6177.2215.49
Hex462190355749184df
Octal10641110651271113011517
Binary100011010000110010110101101011110010011100010011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462109

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462109; }

 p { color: rgb(70,33,9); }

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

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

 a { background-color: rgb(70,33,9); }

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

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

 span { border-color: rgb(70,33,9); }

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