#4D2F34

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

Shades of Cab Sav #4D2F34

Tints of Cab Sav #4D2F34

Color information

#4D2F34 (or 0x4D2F34) is unknown color: approx Cab Sav. HEX triplet: 4D, 2F and 34. RGB value is (77,47,52). Sum of RGB (Red+Green+Blue) = 77+47+52=176 (23% of max value = 765). Red value is 77 (30.47% from 255 or 43.75% from 176); Green value is 47 (18.75% from 255 or 26.70% from 176); Blue value is 52 (20.70% from 255 or 29.55% from 176); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2F34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2F34 is #B2D0CB. Grayscale: #383838. Windows color (decimal): -11718860 or 3419981. OLE color: 3419981.

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

Color convert

RGB774752-
CMYK00.390.320.70
HSL350º24.19%24.31%-
HSV(B)350º38.96%30.2%-
XYZ4.73.863.75-
YUV56.54125.44142.59-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 43.75%
GREEN value IS 47 (18.75% from 255) = 26.70%
BLUE value IS 52 (20.70% from 255) = 29.55%
R=43.75%
G=26.70%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.32
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77475200.390.320.7035024.1924.31
Hex4D2F34027204615e1818
Octal1155764047401065363030
Binary1001101101111110100010011110000010001101010111101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D2F34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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