#4A282D

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

Shades of Cab Sav #4A282D

Tints of Cab Sav #4A282D

Color information

#4A282D (or 0x4A282D) is unknown color: approx Cab Sav. HEX triplet: 4A, 28 and 2D. RGB value is (74,40,45). Sum of RGB (Red+Green+Blue) = 74+40+45=159 (21% of max value = 765). Red value is 74 (29.30% from 255 or 46.54% from 159); Green value is 40 (16.02% from 255 or 25.16% from 159); Blue value is 45 (17.97% from 255 or 28.30% from 159); Max value from RGB is 74 - color contains mainly: red. Hex color #4A282D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A282D is #B5D7D2. Grayscale: #323232. Windows color (decimal): -11917267 or 2959434. OLE color: 2959434.

HSL color Cylindrical-coordinate representation of color #4A282D: hue angle of 351.18º degrees, saturation: 0.3, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4A282D is Cyan = 0, Magento = 0.46, Yellow = 0.39 and Black (K on CMYK) = 0.71.

Color convert

RGB744045-
CMYK00.460.390.71
HSL351.18º29.82%22.35%-
HSV(B)351.18º45.95%29.02%-
XYZ4.063.162.88-
YUV50.74124.76144.59-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 46.54%
GREEN value IS 40 (16.02% from 255) = 25.16%
BLUE value IS 45 (17.97% from 255) = 28.30%
R=46.54%
G=25.16%
B=28.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.39
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal74404500.460.390.71351.1829.8222.35
Hex4A282D02E274715f1e16
Octal1125055056471075373626
Binary1001010101000101101010111010011110001111010111111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A282D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4A282D; }

 p { color: rgb(74,40,45); }

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

<style>
 a { background-color: #4A282D; }

 a { background-color: rgb(74,40,45); }

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

<style>
 span { border-color: #4A282D; }

 span { border-color: rgb(74,40,45); }

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