#462213

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

Shades of Brown Pod #462213

Tints of Brown Pod #462213

Color information

#462213 (or 0x462213) is unknown color: approx Brown Pod. HEX triplet: 46, 22 and 13. RGB value is (70,34,19). Sum of RGB (Red+Green+Blue) = 70+34+19=123 (16% of max value = 765). Red value is 70 (27.73% from 255 or 56.91% from 123); Green value is 34 (13.67% from 255 or 27.64% from 123); Blue value is 19 (7.81% from 255 or 15.45% from 123); Max value from RGB is 70 - color contains mainly: red. Hex color #462213 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462213 is #B9DDEC. Grayscale: #2B2B2B. Windows color (decimal): -12180973 or 1253958. OLE color: 1253958.

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

Color convert

RGB703419-
CMYK00.510.730.73
HSL17.65º57.3%17.45%-
HSV(B)17.65º72.86%27.45%-
XYZ3.222.490.93-
YUV43.05114.43147.22-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 56.91%
GREEN value IS 34 (13.67% from 255) = 27.64%
BLUE value IS 19 (7.81% from 255) = 15.45%
R=56.91%
G=27.64%
B=15.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.73
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70341900.510.730.7317.6557.317.45
Hex4622130334949123911
Octal1064223063111111227121
Binary1000110100010100110110011100100110010011001011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462213; }

 p { color: rgb(70,34,19); }

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

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

 a { background-color: rgb(70,34,19); }

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

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

 span { border-color: rgb(70,34,19); }

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