#462615

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

Shades of Brown Pod #462615

Tints of Brown Pod #462615

Color information

#462615 (or 0x462615) is unknown color: approx Brown Pod. HEX triplet: 46, 26 and 15. RGB value is (70,38,21). Sum of RGB (Red+Green+Blue) = 70+38+21=129 (17% of max value = 765). Red value is 70 (27.73% from 255 or 54.26% from 129); Green value is 38 (15.23% from 255 or 29.46% from 129); Blue value is 21 (8.59% from 255 or 16.28% from 129); Max value from RGB is 70 - color contains mainly: red. Hex color #462615 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462615 is #B9D9EA. Grayscale: #2D2D2D. Windows color (decimal): -12179947 or 1386054. OLE color: 1386054.

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

Color convert

RGB703821-
CMYK00.460.700.73
HSL20.82º53.85%17.84%-
HSV(B)20.82º70%27.45%-
XYZ3.352.741.06-
YUV45.63114.1145.38-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 54.26%
GREEN value IS 38 (15.23% from 255) = 29.46%
BLUE value IS 21 (8.59% from 255) = 16.28%
R=54.26%
G=29.46%
B=16.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.70
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70382100.460.700.7320.8253.8517.84
Hex46261502E4649153612
Octal1064625056106111256622
Binary1000110100110101010101110100011010010011010111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462615; }

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

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

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

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

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

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

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

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