#462218

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

Shades of Brown Pod #462218

Tints of Brown Pod #462218

Color information

#462218 (or 0x462218) is unknown color: approx Brown Pod. HEX triplet: 46, 22 and 18. RGB value is (70,34,24). Sum of RGB (Red+Green+Blue) = 70+34+24=128 (16% of max value = 765). Red value is 70 (27.73% from 255 or 54.69% from 128); Green value is 34 (13.67% from 255 or 26.56% from 128); Blue value is 24 (9.77% from 255 or 18.75% from 128); Max value from RGB is 70 - color contains mainly: red. Hex color #462218 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462218 is #B9DDE7. Grayscale: #2B2B2B. Windows color (decimal): -12180968 or 1581638. OLE color: 1581638.

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

Color convert

RGB703424-
CMYK00.510.660.73
HSL13.04º48.94%18.43%-
HSV(B)13.04º65.71%27.45%-
XYZ3.262.511.18-
YUV43.62116.93146.81-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 54.69%
GREEN value IS 34 (13.67% from 255) = 26.56%
BLUE value IS 24 (9.77% from 255) = 18.75%
R=54.69%
G=26.56%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.66
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70342400.510.660.7313.0448.9418.43
Hex4622180334249d3112
Octal1064230063102111156122
Binary100011010001011000011001110000101001001110111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462218; }

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

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

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

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

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

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

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

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