#462018

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

Shades of Brown Pod #462018

Tints of Brown Pod #462018

Color information

#462018 (or 0x462018) is unknown color: approx Brown Pod. HEX triplet: 46, 20 and 18. RGB value is (70,32,24). Sum of RGB (Red+Green+Blue) = 70+32+24=126 (16% of max value = 765). Red value is 70 (27.73% from 255 or 55.56% from 126); Green value is 32 (12.89% from 255 or 25.40% from 126); Blue value is 24 (9.77% from 255 or 19.05% from 126); Max value from RGB is 70 - color contains mainly: red. Hex color #462018 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462018 is #B9DFE7. Grayscale: #2A2A2A. Windows color (decimal): -12181480 or 1581126. OLE color: 1581126.

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

Color convert

RGB703224-
CMYK00.540.660.73
HSL10.43º48.94%18.43%-
HSV(B)10.43º65.71%27.45%-
XYZ3.212.41.16-
YUV42.45117.59147.65-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 55.56%
GREEN value IS 32 (12.89% from 255) = 25.40%
BLUE value IS 24 (9.77% from 255) = 19.05%
R=55.56%
G=25.40%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.66
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70322400.540.660.7310.4348.9418.43
Hex4620180364249a3112
Octal1064030066102111126122
Binary100011010000011000011011010000101001001101011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462018; }

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

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

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

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

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

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

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

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