#462305

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

Shades of Brown Pod #462305

Tints of Brown Pod #462305

Color information

#462305 (or 0x462305) is unknown color: approx Brown Pod. HEX triplet: 46, 23 and 05. RGB value is (70,35,5). Sum of RGB (Red+Green+Blue) = 70+35+5=110 (14% of max value = 765). Red value is 70 (27.73% from 255 or 63.64% from 110); Green value is 35 (14.06% from 255 or 31.82% from 110); Blue value is 5 (2.34% from 255 or 4.55% from 110); Max value from RGB is 70 - color contains mainly: red. Hex color #462305 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462305 is #B9DCFA. Grayscale: #2A2A2A. Windows color (decimal): -12180731 or 336710. OLE color: 336710.

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

Color convert

RGB70355-
CMYK00.50.930.73
HSL27.69º86.67%14.71%-
HSV(B)27.69º92.86%27.45%-
XYZ3.152.520.46-
YUV42.04107.1147.94-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 63.64%
GREEN value IS 35 (14.06% from 255) = 31.82%
BLUE value IS 5 (2.34% from 255) = 4.55%
R=63.64%
G=31.82%
B=4.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.93
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7035500.50.930.7327.6986.6714.71
Hex462350325D491c57f
Octal1064350621351113412717
Binary10001101000111010110010101110110010011110010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462305; }

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

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

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

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

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

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

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

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