#46251A

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

Shades of Brown Pod #46251A

Tints of Brown Pod #46251A

Color information

#46251A (or 0x46251A) is unknown color: approx Brown Pod. HEX triplet: 46, 25 and 1A. RGB value is (70,37,26). Sum of RGB (Red+Green+Blue) = 70+37+26=133 (17% of max value = 765). Red value is 70 (27.73% from 255 or 52.63% from 133); Green value is 37 (14.84% from 255 or 27.82% from 133); Blue value is 26 (10.55% from 255 or 19.55% from 133); Max value from RGB is 70 - color contains mainly: red. Hex color #46251A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46251A is #B9DAE5. Grayscale: #2D2D2D. Windows color (decimal): -12180198 or 1713478. OLE color: 1713478.

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

Color convert

RGB703726-
CMYK00.470.630.73
HSL15º45.83%18.82%-
HSV(B)15º62.86%27.45%-
XYZ3.372.71.32-
YUV45.61116.93145.39-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 52.63%
GREEN value IS 37 (14.84% from 255) = 27.82%
BLUE value IS 26 (10.55% from 255) = 19.55%
R=52.63%
G=27.82%
B=19.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.63
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70372600.470.630.731545.8318.82
Hex46251A02F3F49f2e13
Octal106453205777111175623
Binary10001101001011101001011111111111001001111110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46251A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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