#4D3032

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

Shades of Cab Sav #4D3032

Tints of Cab Sav #4D3032

Color information

#4D3032 (or 0x4D3032) is unknown color: approx Cab Sav. HEX triplet: 4D, 30 and 32. RGB value is (77,48,50). Sum of RGB (Red+Green+Blue) = 77+48+50=175 (23% of max value = 765). Red value is 77 (30.47% from 255 or 44% from 175); Green value is 48 (19.14% from 255 or 27.43% from 175); Blue value is 50 (19.92% from 255 or 28.57% from 175); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3032 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D3032 is #B2CFCD. Grayscale: #383838. Windows color (decimal): -11718606 or 3289165. OLE color: 3289165.

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

Color convert

RGB774850-
CMYK00.380.350.70
HSL355.86º23.2%24.51%-
HSV(B)355.86º37.66%30.2%-
XYZ4.693.923.53-
YUV56.9124.11142.34-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 44%
GREEN value IS 48 (19.14% from 255) = 27.43%
BLUE value IS 50 (19.92% from 255) = 28.57%
R=44%
G=27.43%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.35
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77485000.380.350.70355.8623.224.51
Hex4D303202623461641719
Octal1156062046431065442731
Binary1001101110000110010010011010001110001101011001001011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D3032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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