#462618

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

Shades of Brown Pod #462618

Tints of Brown Pod #462618

Color information

#462618 (or 0x462618) is unknown color: approx Brown Pod. HEX triplet: 46, 26 and 18. RGB value is (70,38,24). Sum of RGB (Red+Green+Blue) = 70+38+24=132 (17% of max value = 765). Red value is 70 (27.73% from 255 or 53.03% from 132); Green value is 38 (15.23% from 255 or 28.79% from 132); Blue value is 24 (9.77% from 255 or 18.18% from 132); Max value from RGB is 70 - color contains mainly: red. Hex color #462618 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462618 is #B9D9E7. Grayscale: #2E2E2E. Windows color (decimal): -12179944 or 1582662. OLE color: 1582662.

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

Color convert

RGB703824-
CMYK00.460.660.73
HSL18.26º48.94%18.43%-
HSV(B)18.26º65.71%27.45%-
XYZ3.382.751.22-
YUV45.97115.6145.14-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 53.03%
GREEN value IS 38 (15.23% from 255) = 28.79%
BLUE value IS 24 (9.77% from 255) = 18.18%
R=53.03%
G=28.79%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.66
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70382400.460.660.7318.2648.9418.43
Hex46261802E4249123112
Octal1064630056102111226122
Binary1000110100110110000101110100001010010011001011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462618; }

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

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

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

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

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

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

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

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