#462311

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

Shades of Brown Pod #462311

Tints of Brown Pod #462311

Color information

#462311 (or 0x462311) is unknown color: approx Brown Pod. HEX triplet: 46, 23 and 11. RGB value is (70,35,17). Sum of RGB (Red+Green+Blue) = 70+35+17=122 (16% of max value = 765). Red value is 70 (27.73% from 255 or 57.38% from 122); Green value is 35 (14.06% from 255 or 28.69% from 122); Blue value is 17 (7.03% from 255 or 13.93% from 122); Max value from RGB is 70 - color contains mainly: red. Hex color #462311 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462311 is #B9DCEE. Grayscale: #2B2B2B. Windows color (decimal): -12180719 or 1123142. OLE color: 1123142.

HSL color Cylindrical-coordinate representation of color #462311: hue angle of 20.38º degrees, saturation: 0.61, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #462311 is Cyan = 0, Magento = 0.5, Yellow = 0.76 and Black (K on CMYK) = 0.73.

Color convert

RGB703517-
CMYK00.50.760.73
HSL20.38º60.92%17.06%-
HSV(B)20.38º75.71%27.45%-
XYZ3.232.540.85-
YUV43.41113.1146.96-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 57.38%
GREEN value IS 35 (14.06% from 255) = 28.69%
BLUE value IS 17 (7.03% from 255) = 13.93%
R=57.38%
G=28.69%
B=13.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.76
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70351700.50.760.7320.3860.9217.06
Hex4623110324C49143d11
Octal1064321062114111247521
Binary1000110100011100010110010100110010010011010011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462311; }

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

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

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

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

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

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

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

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