#46251D

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

Shades of Brown Pod #46251D

Tints of Brown Pod #46251D

Color information

#46251D (or 0x46251D) is unknown color: approx Brown Pod. HEX triplet: 46, 25 and 1D. RGB value is (70,37,29). Sum of RGB (Red+Green+Blue) = 70+37+29=136 (18% of max value = 765). Red value is 70 (27.73% from 255 or 51.47% from 136); Green value is 37 (14.84% from 255 or 27.21% from 136); Blue value is 29 (11.72% from 255 or 21.32% from 136); Max value from RGB is 70 - color contains mainly: red. Hex color #46251D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46251D is #B9DAE2. Grayscale: #2E2E2E. Windows color (decimal): -12180195 or 1910086. OLE color: 1910086.

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

Color convert

RGB703729-
CMYK00.470.590.73
HSL11.71º41.41%19.41%-
HSV(B)11.71º58.57%27.45%-
XYZ3.412.711.51-
YUV45.96118.43145.15-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 51.47%
GREEN value IS 37 (14.84% from 255) = 27.21%
BLUE value IS 29 (11.72% from 255) = 21.32%
R=51.47%
G=27.21%
B=21.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.59
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70372900.470.590.7311.7141.4119.41
Hex46251D02F3B49c2913
Octal106453505773111145123
Binary10001101001011110101011111110111001001110010100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46251D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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