#4D292F

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

Shades of Cab Sav #4D292F

Tints of Cab Sav #4D292F

Color information

#4D292F (or 0x4D292F) is unknown color: approx Cab Sav. HEX triplet: 4D, 29 and 2F. RGB value is (77,41,47). Sum of RGB (Red+Green+Blue) = 77+41+47=165 (21% of max value = 765). Red value is 77 (30.47% from 255 or 46.67% from 165); Green value is 41 (16.41% from 255 or 24.85% from 165); Blue value is 47 (18.75% from 255 or 28.48% from 165); Max value from RGB is 77 - color contains mainly: red. Hex color #4D292F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D292F is #B2D6D0. Grayscale: #343434. Windows color (decimal): -11720401 or 3090765. OLE color: 3090765.

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

Color convert

RGB774147-
CMYK00.470.390.70
HSL350º30.51%23.14%-
HSV(B)350º46.75%30.2%-
XYZ4.373.373.11-
YUV52.45124.93145.51-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 46.67%
GREEN value IS 41 (16.41% from 255) = 24.85%
BLUE value IS 47 (18.75% from 255) = 28.48%
R=46.67%
G=24.85%
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.70
SystemRedGreenBlueCMYKHSL
Decimal77414700.470.390.7035030.5123.14
Hex4D292F02F274615e1f17
Octal1155157057471065363727
Binary1001101101001101111010111110011110001101010111101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D292F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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