#4D272E

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

Shades of Cab Sav #4D272E

Tints of Cab Sav #4D272E

Color information

#4D272E (or 0x4D272E) is unknown color: approx Cab Sav. HEX triplet: 4D, 27 and 2E. RGB value is (77,39,46). Sum of RGB (Red+Green+Blue) = 77+39+46=162 (21% of max value = 765). Red value is 77 (30.47% from 255 or 47.53% from 162); Green value is 39 (15.62% from 255 or 24.07% from 162); Blue value is 46 (18.36% from 255 or 28.40% from 162); Max value from RGB is 77 - color contains mainly: red. Hex color #4D272E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D272E is #B2D8D1. Grayscale: #333333. Windows color (decimal): -11720914 or 3024717. OLE color: 3024717.

HSL color Cylindrical-coordinate representation of color #4D272E: hue angle of 348.95º 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 #4D272E is Cyan = 0, Magento = 0.49, Yellow = 0.40 and Black (K on CMYK) = 0.70.

Color convert

RGB773946-
CMYK00.490.400.70
HSL348.95º32.76%22.75%-
HSV(B)348.95º49.35%30.2%-
XYZ4.283.232.98-
YUV51.16125.09146.43-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 47.53%
GREEN value IS 39 (15.62% from 255) = 24.07%
BLUE value IS 46 (18.36% from 255) = 28.40%
R=47.53%
G=24.07%
B=28.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.40
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77394600.490.400.70348.9532.7622.75
Hex4D272E031284615d2117
Octal1154756061501065354127
Binary10011011001111011100110001101000100011010101110110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D272E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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