#462612

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

Shades of Brown Pod #462612

Tints of Brown Pod #462612

Color information

#462612 (or 0x462612) is unknown color: approx Brown Pod. HEX triplet: 46, 26 and 12. RGB value is (70,38,18). Sum of RGB (Red+Green+Blue) = 70+38+18=126 (16% of max value = 765). Red value is 70 (27.73% from 255 or 55.56% from 126); Green value is 38 (15.23% from 255 or 30.16% from 126); Blue value is 18 (7.42% from 255 or 14.29% from 126); Max value from RGB is 70 - color contains mainly: red. Hex color #462612 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462612 is #B9D9ED. Grayscale: #2D2D2D. Windows color (decimal): -12179950 or 1189446. OLE color: 1189446.

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

Color convert

RGB703818-
CMYK00.460.740.73
HSL23.08º59.09%17.25%-
HSV(B)23.08º74.29%27.45%-
XYZ3.332.730.92-
YUV45.29112.6145.63-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 55.56%
GREEN value IS 38 (15.23% from 255) = 30.16%
BLUE value IS 18 (7.42% from 255) = 14.29%
R=55.56%
G=30.16%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.74
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70381800.460.740.7323.0859.0917.25
Hex46261202E4A49173b11
Octal1064622056112111277321
Binary1000110100110100100101110100101010010011011111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462612; }

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

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

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

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

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

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

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

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