#4D3233

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

Shades of Cab Sav #4D3233

Tints of Cab Sav #4D3233

Color information

#4D3233 (or 0x4D3233) is unknown color: approx Cab Sav. HEX triplet: 4D, 32 and 33. RGB value is (77,50,51). Sum of RGB (Red+Green+Blue) = 77+50+51=178 (23% of max value = 765). Red value is 77 (30.47% from 255 or 43.26% from 178); Green value is 50 (19.92% from 255 or 28.09% from 178); Blue value is 51 (20.31% from 255 or 28.65% from 178); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3233 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D3233 is #B2CDCC. Grayscale: #3A3A3A. Windows color (decimal): -11718093 or 3355213. OLE color: 3355213.

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

Color convert

RGB775051-
CMYK00.350.340.70
HSL357.78º21.26%24.9%-
HSV(B)357.78º35.06%30.2%-
XYZ4.84.13.67-
YUV58.19123.95141.42-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 43.26%
GREEN value IS 50 (19.92% from 255) = 28.09%
BLUE value IS 51 (20.31% from 255) = 28.65%
R=43.26%
G=28.09%
B=28.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.34
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77505100.350.340.70357.7821.2624.9
Hex4D323302322461661519
Octal1156263043421065462531
Binary1001101110010110011010001110001010001101011001101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D3233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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