#4A272F

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

Shades of Cab Sav #4A272F

Tints of Cab Sav #4A272F

Color information

#4A272F (or 0x4A272F) is unknown color: approx Cab Sav. HEX triplet: 4A, 27 and 2F. RGB value is (74,39,47). Sum of RGB (Red+Green+Blue) = 74+39+47=160 (21% of max value = 765). Red value is 74 (29.30% from 255 or 46.25% from 160); Green value is 39 (15.62% from 255 or 24.38% from 160); Blue value is 47 (18.75% from 255 or 29.38% from 160); Max value from RGB is 74 - color contains mainly: red. Hex color #4A272F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A272F is #B5D8D0. Grayscale: #323232. Windows color (decimal): -11917521 or 3090250. OLE color: 3090250.

HSL color Cylindrical-coordinate representation of color #4A272F: hue angle of 346.29º 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 #4A272F is Cyan = 0, Magento = 0.47, Yellow = 0.36 and Black (K on CMYK) = 0.71.

Color convert

RGB743947-
CMYK00.470.360.71
HSL346.29º30.97%22.16%-
HSV(B)346.29º47.3%29.02%-
XYZ4.063.113.08-
YUV50.38126.1144.85-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 46.25%
GREEN value IS 39 (15.62% from 255) = 24.38%
BLUE value IS 47 (18.75% from 255) = 29.38%
R=46.25%
G=24.38%
B=29.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.36
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal74394700.470.360.71346.2930.9722.16
Hex4A272F02F244715a1f16
Octal1124757057441075323726
Binary1001010100111101111010111110010010001111010110101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A272F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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