#4A272D

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

Shades of Cab Sav #4A272D

Tints of Cab Sav #4A272D

Color information

#4A272D (or 0x4A272D) is unknown color: approx Cab Sav. HEX triplet: 4A, 27 and 2D. RGB value is (74,39,45). Sum of RGB (Red+Green+Blue) = 74+39+45=158 (20% of max value = 765). Red value is 74 (29.30% from 255 or 46.84% from 158); Green value is 39 (15.62% from 255 or 24.68% from 158); Blue value is 45 (17.97% from 255 or 28.48% from 158); Max value from RGB is 74 - color contains mainly: red. Hex color #4A272D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A272D is #B5D8D2. Grayscale: #323232. Windows color (decimal): -11917523 or 2959178. OLE color: 2959178.

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

Color convert

RGB743945-
CMYK00.470.390.71
HSL349.71º30.97%22.16%-
HSV(B)349.71º47.3%29.02%-
XYZ4.023.12.87-
YUV50.15125.1145.01-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 46.84%
GREEN value IS 39 (15.62% from 255) = 24.68%
BLUE value IS 45 (17.97% from 255) = 28.48%
R=46.84%
G=24.68%
B=28.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.39
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal74394500.470.390.71349.7130.9722.16
Hex4A272D02F274715e1f16
Octal1124755057471075363726
Binary1001010100111101101010111110011110001111010111101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A272D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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