#4D2F31

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

Shades of Cab Sav #4D2F31

Tints of Cab Sav #4D2F31

Color information

#4D2F31 (or 0x4D2F31) is unknown color: approx Cab Sav. HEX triplet: 4D, 2F and 31. RGB value is (77,47,49). Sum of RGB (Red+Green+Blue) = 77+47+49=173 (22% of max value = 765). Red value is 77 (30.47% from 255 or 44.51% from 173); Green value is 47 (18.75% from 255 or 27.17% from 173); Blue value is 49 (19.53% from 255 or 28.32% from 173); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2F31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2F31 is #B2D0CE. Grayscale: #383838. Windows color (decimal): -11718863 or 3223373. OLE color: 3223373.

HSL color Cylindrical-coordinate representation of color #4D2F31: hue angle of 356º degrees, saturation: 0.24, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4D2F31 is Cyan = 0, Magento = 0.39, Yellow = 0.36 and Black (K on CMYK) = 0.70.

Color convert

RGB774749-
CMYK00.390.360.70
HSL356º24.19%24.31%-
HSV(B)356º38.96%30.2%-
XYZ4.633.833.4-
YUV56.2123.94142.84-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 44.51%
GREEN value IS 47 (18.75% from 255) = 27.17%
BLUE value IS 49 (19.53% from 255) = 28.32%
R=44.51%
G=27.17%
B=28.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.36
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77474900.390.360.7035624.1924.31
Hex4D2F3102724461641818
Octal1155761047441065443030
Binary1001101101111110001010011110010010001101011001001100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D2F31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,47,49); }

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

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

 a { background-color: rgb(77,47,49); }

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

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

 span { border-color: rgb(77,47,49); }

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