#462118

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

Shades of Brown Pod #462118

Tints of Brown Pod #462118

Color information

#462118 (or 0x462118) is unknown color: approx Brown Pod. HEX triplet: 46, 21 and 18. RGB value is (70,33,24). Sum of RGB (Red+Green+Blue) = 70+33+24=127 (16% of max value = 765). Red value is 70 (27.73% from 255 or 55.12% from 127); Green value is 33 (13.28% from 255 or 25.98% from 127); Blue value is 24 (9.77% from 255 or 18.90% from 127); Max value from RGB is 70 - color contains mainly: red. Hex color #462118 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462118 is #B9DEE7. Grayscale: #2B2B2B. Windows color (decimal): -12181224 or 1581382. OLE color: 1581382.

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

Color convert

RGB703324-
CMYK00.530.660.73
HSL11.74º48.94%18.43%-
HSV(B)11.74º65.71%27.45%-
XYZ3.232.461.17-
YUV43.04117.26147.23-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 55.12%
GREEN value IS 33 (13.28% from 255) = 25.98%
BLUE value IS 24 (9.77% from 255) = 18.90%
R=55.12%
G=25.98%
B=18.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.66
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70332400.530.660.7311.7448.9418.43
Hex4621180354249c3112
Octal1064130065102111146122
Binary100011010000111000011010110000101001001110011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462118; }

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

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

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

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

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

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

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

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