#4D2F32

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

Shades of Cab Sav #4D2F32

Tints of Cab Sav #4D2F32

Color information

#4D2F32 (or 0x4D2F32) is unknown color: approx Cab Sav. HEX triplet: 4D, 2F and 32. RGB value is (77,47,50). Sum of RGB (Red+Green+Blue) = 77+47+50=174 (23% of max value = 765). Red value is 77 (30.47% from 255 or 44.25% from 174); Green value is 47 (18.75% from 255 or 27.01% from 174); Blue value is 50 (19.92% from 255 or 28.74% from 174); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2F32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2F32 is #B2D0CD. Grayscale: #383838. Windows color (decimal): -11718862 or 3288909. OLE color: 3288909.

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

Color convert

RGB774750-
CMYK00.390.350.70
HSL354º24.19%24.31%-
HSV(B)354º38.96%30.2%-
XYZ4.653.843.51-
YUV56.31124.44142.76-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 44.25%
GREEN value IS 47 (18.75% from 255) = 27.01%
BLUE value IS 50 (19.92% from 255) = 28.74%
R=44.25%
G=27.01%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.35
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77475000.390.350.7035424.1924.31
Hex4D2F3202723461621818
Octal1155762047431065423030
Binary1001101101111110010010011110001110001101011000101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D2F32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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