#46231D

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

Shades of Brown Pod #46231D

Tints of Brown Pod #46231D

Color information

#46231D (or 0x46231D) is unknown color: approx Brown Pod. HEX triplet: 46, 23 and 1D. RGB value is (70,35,29). Sum of RGB (Red+Green+Blue) = 70+35+29=134 (17% of max value = 765). Red value is 70 (27.73% from 255 or 52.24% from 134); Green value is 35 (14.06% from 255 or 26.12% from 134); Blue value is 29 (11.72% from 255 or 21.64% from 134); Max value from RGB is 70 - color contains mainly: red. Hex color #46231D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46231D is #B9DCE2. Grayscale: #2C2C2C. Windows color (decimal): -12180707 or 1909574. OLE color: 1909574.

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

Color convert

RGB703529-
CMYK00.50.590.73
HSL8.78º41.41%19.41%-
HSV(B)8.78º58.57%27.45%-
XYZ3.352.591.49-
YUV44.78119.1145.99-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 52.24%
GREEN value IS 35 (14.06% from 255) = 26.12%
BLUE value IS 29 (11.72% from 255) = 21.64%
R=52.24%
G=26.12%
B=21.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.59
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70352900.50.590.738.7841.4119.41
Hex46231D0323B4992913
Octal106433506273111115123
Binary10001101000111110101100101110111001001100110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46231D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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