#46251C

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

Shades of Brown Pod #46251C

Tints of Brown Pod #46251C

Color information

#46251C (or 0x46251C) is unknown color: approx Brown Pod. HEX triplet: 46, 25 and 1C. RGB value is (70,37,28). Sum of RGB (Red+Green+Blue) = 70+37+28=135 (17% of max value = 765). Red value is 70 (27.73% from 255 or 51.85% from 135); Green value is 37 (14.84% from 255 or 27.41% from 135); Blue value is 28 (11.33% from 255 or 20.74% from 135); Max value from RGB is 70 - color contains mainly: red. Hex color #46251C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46251C is #B9DAE3. Grayscale: #2D2D2D. Windows color (decimal): -12180196 or 1844550. OLE color: 1844550.

HSL color Cylindrical-coordinate representation of color #46251C: hue angle of 12.86º degrees, saturation: 0.43, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #46251C is Cyan = 0, Magento = 0.47, Yellow = 0.60 and Black (K on CMYK) = 0.73.

Color convert

RGB703728-
CMYK00.470.600.73
HSL12.86º42.86%19.22%-
HSV(B)12.86º60%27.45%-
XYZ3.42.711.44-
YUV45.84117.93145.23-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 51.85%
GREEN value IS 37 (14.84% from 255) = 27.41%
BLUE value IS 28 (11.33% from 255) = 20.74%
R=51.85%
G=27.41%
B=20.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.60
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70372800.470.600.7312.8642.8619.22
Hex46251C02F3C49d2b13
Octal106453405774111155323
Binary10001101001011110001011111111001001001110110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46251C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46251C; }

 p { color: rgb(70,37,28); }

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

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

 a { background-color: rgb(70,37,28); }

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

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

 span { border-color: rgb(70,37,28); }

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