#4D272D

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

Shades of Cab Sav #4D272D

Tints of Cab Sav #4D272D

Color information

#4D272D (or 0x4D272D) is unknown color: approx Cab Sav. HEX triplet: 4D, 27 and 2D. RGB value is (77,39,45). Sum of RGB (Red+Green+Blue) = 77+39+45=161 (21% of max value = 765). Red value is 77 (30.47% from 255 or 47.83% from 161); Green value is 39 (15.62% from 255 or 24.22% from 161); Blue value is 45 (17.97% from 255 or 27.95% from 161); Max value from RGB is 77 - color contains mainly: red. Hex color #4D272D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D272D is #B2D8D2. Grayscale: #333333. Windows color (decimal): -11720915 or 2959181. OLE color: 2959181.

HSL color Cylindrical-coordinate representation of color #4D272D: hue angle of 350.53º degrees, saturation: 0.33, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4D272D is Cyan = 0, Magento = 0.49, Yellow = 0.42 and Black (K on CMYK) = 0.70.

Color convert

RGB773945-
CMYK00.490.420.70
HSL350.53º32.76%22.75%-
HSV(B)350.53º49.35%30.2%-
XYZ4.263.222.88-
YUV51.05124.59146.51-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 47.83%
GREEN value IS 39 (15.62% from 255) = 24.22%
BLUE value IS 45 (17.97% from 255) = 27.95%
R=47.83%
G=24.22%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.42
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77394500.490.420.70350.5332.7622.75
Hex4D272D0312A4615f2117
Octal1154755061521065374127
Binary10011011001111011010110001101010100011010101111110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D272D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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