#46241D

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

Shades of Brown Pod #46241D

Tints of Brown Pod #46241D

Color information

#46241D (or 0x46241D) is unknown color: approx Brown Pod. HEX triplet: 46, 24 and 1D. RGB value is (70,36,29). Sum of RGB (Red+Green+Blue) = 70+36+29=135 (17% of max value = 765). Red value is 70 (27.73% from 255 or 51.85% from 135); Green value is 36 (14.45% from 255 or 26.67% from 135); Blue value is 29 (11.72% from 255 or 21.48% from 135); Max value from RGB is 70 - color contains mainly: red. Hex color #46241D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46241D is #B9DBE2. Grayscale: #2D2D2D. Windows color (decimal): -12180451 or 1909830. OLE color: 1909830.

HSL color Cylindrical-coordinate representation of color #46241D: hue angle of 10.24º 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 #46241D is Cyan = 0, Magento = 0.49, Yellow = 0.59 and Black (K on CMYK) = 0.73.

Color convert

RGB703629-
CMYK00.490.590.73
HSL10.24º41.41%19.41%-
HSV(B)10.24º58.57%27.45%-
XYZ3.382.651.5-
YUV45.37118.76145.57-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 51.85%
GREEN value IS 36 (14.45% from 255) = 26.67%
BLUE value IS 29 (11.72% from 255) = 21.48%
R=51.85%
G=26.67%
B=21.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.59
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70362900.490.590.7310.2441.4119.41
Hex46241D0313B49a2913
Octal106443506173111125123
Binary10001101001001110101100011110111001001101010100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46241D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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