#462309

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

Shades of Brown Pod #462309

Tints of Brown Pod #462309

Color information

#462309 (or 0x462309) is unknown color: approx Brown Pod. HEX triplet: 46, 23 and 09. RGB value is (70,35,9). Sum of RGB (Red+Green+Blue) = 70+35+9=114 (15% of max value = 765). Red value is 70 (27.73% from 255 or 61.40% from 114); Green value is 35 (14.06% from 255 or 30.70% from 114); Blue value is 9 (3.91% from 255 or 7.89% from 114); Max value from RGB is 70 - color contains mainly: red. Hex color #462309 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462309 is #B9DCF6. Grayscale: #2A2A2A. Windows color (decimal): -12180727 or 598854. OLE color: 598854.

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

Color convert

RGB70359-
CMYK00.50.870.73
HSL25.57º77.22%15.49%-
HSV(B)25.57º87.14%27.45%-
XYZ3.182.520.58-
YUV42.5109.1147.61-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 61.40%
GREEN value IS 35 (14.06% from 255) = 30.70%
BLUE value IS 9 (3.91% from 255) = 7.89%
R=61.40%
G=30.70%
B=7.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.87
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7035900.50.870.7325.5777.2215.49
Hex4623903257491a4df
Octal10643110621271113211517
Binary100011010001110010110010101011110010011101010011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462309; }

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

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

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

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

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

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

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

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