#462613

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

Shades of Brown Pod #462613

Tints of Brown Pod #462613

Color information

#462613 (or 0x462613) is unknown color: approx Brown Pod. HEX triplet: 46, 26 and 13. RGB value is (70,38,19). Sum of RGB (Red+Green+Blue) = 70+38+19=127 (16% of max value = 765). Red value is 70 (27.73% from 255 or 55.12% from 127); Green value is 38 (15.23% from 255 or 29.92% from 127); Blue value is 19 (7.81% from 255 or 14.96% from 127); Max value from RGB is 70 - color contains mainly: red. Hex color #462613 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462613 is #B9D9EC. Grayscale: #2D2D2D. Windows color (decimal): -12179949 or 1254982. OLE color: 1254982.

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

Color convert

RGB703819-
CMYK00.460.730.73
HSL22.35º57.3%17.45%-
HSV(B)22.35º72.86%27.45%-
XYZ3.342.740.97-
YUV45.4113.1145.54-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 55.12%
GREEN value IS 38 (15.23% from 255) = 29.92%
BLUE value IS 19 (7.81% from 255) = 14.96%
R=55.12%
G=29.92%
B=14.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.73
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70381900.460.730.7322.3557.317.45
Hex46261302E4949163911
Octal1064623056111111267121
Binary1000110100110100110101110100100110010011011011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462613; }

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

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

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

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

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

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

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

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