#46292E

Color #46292E Cab Sav (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cab Sav #46292E

Tints of Cab Sav #46292E

Color information

#46292E (or 0x46292E) is unknown color: approx Cab Sav. HEX triplet: 46, 29 and 2E. RGB value is (70,41,46). Sum of RGB (Red+Green+Blue) = 70+41+46=157 (20% of max value = 765). Red value is 70 (27.73% from 255 or 44.59% from 157); Green value is 41 (16.41% from 255 or 26.11% from 157); Blue value is 46 (18.36% from 255 or 29.30% from 157); Max value from RGB is 70 - color contains mainly: red. Hex color #46292E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46292E is #B9D6D1. Grayscale: #323232. Windows color (decimal): -12179154 or 3025222. OLE color: 3025222.

HSL color Cylindrical-coordinate representation of color #46292E: hue angle of 349.66º degrees, saturation: 0.26, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #46292E is Cyan = 0, Magento = 0.41, Yellow = 0.34 and Black (K on CMYK) = 0.73.

Color convert

RGB704146-
CMYK00.410.340.73
HSL349.66º26.13%21.76%-
HSV(B)349.66º41.43%27.45%-
XYZ3.813.092.98-
YUV50.24125.61142.09-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 44.59%
GREEN value IS 41 (16.41% from 255) = 26.11%
BLUE value IS 46 (18.36% from 255) = 29.30%
R=44.59%
G=26.11%
B=29.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.34
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70414600.410.340.73349.6626.1321.76
Hex46292E029224915e1a16
Octal1065156051421115363226
Binary1000110101001101110010100110001010010011010111101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46292E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46292E; }

 p { color: rgb(70,41,46); }

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

<style>
 a { background-color: #46292E; }

 a { background-color: rgb(70,41,46); }

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

<style>
 span { border-color: #46292E; }

 span { border-color: rgb(70,41,46); }

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