Html Css Color HEX #4D2C31 Cab Sav

📋 copy color: '#4D2C31'

red 77 ◦ green 44 ◦ blue 49

#4D2C31
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cab Sav #4D2C31

Tints of Cab Sav #4D2C31

RGB

 RED value IS 77 (30.47% from 255) = 45.29%

 GREEN value IS 44 (17.58% from 255) = 25.88%

 BLUE value IS 49 (19.53% from 255) = 28.82%

R = 45.29%
G = 25.88%
B = 28.82%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.36

 K value IS 0.70

RGB Variations

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

Color information

#4D2C31 (or 0x4D2C31) is known color: Cab Sav. HEX triplet: 4D, 2C and 31. RGB value is (77,44,49). Sum of RGB (Red+Green+Blue) = 77+44+49=170 (22% of max value = 765). Red value is 77 (30.47% from 255 or 45.29% from 170); Green value is 44 (17.58% from 255 or 25.88% from 170); Blue value is 49 (19.53% from 255 or 28.82% from 170); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2C31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2C31 is #B2D3CE. Grayscale: #363636. Windows color (decimal): -11719631 or 3222605. OLE color: 3222605.

HSL color Cylindrical-coordinate representation of color #4D2C31: hue angle of 350.91º degrees, saturation: 0.27, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4D2C31 is Cyan = 0, Magento = 0.43, Yellow = 0.36 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 44 49 -
CMYK 0 0.43 0.36 0.70
HSL 350.91º 0.27% 0.24% -
HSV(B) 350.91º 0.43% 0.3% -
XYZ 4.52 3.6 3.36 -
YUV 54.44 124.93 144.09 -
System Red Green Blue C M Y K H S L
Decimal 77 44 49 0 0.43 0.36 0.70 350.91 0.27 0.24
Hex 4D 2C 31 0 2B 24 46 15F 1B 18
Octal 115 54 61 0 53 44 106 537 33 30
Binary 1001101 101100 110001 0 101011 100100 1000110 101011111 11011 11000

Color Harmonies of #4D2C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D2C31

Black with #4D2C31

Text Example


Text Example

White with #4D2C31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,44,49); }

 H1.HeaderClassName
 {
   color: #4D2C31;
 }
 .AnyTagClassName
 {
   color: #4D2C31;
 }
</style>

background-color css

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

 a { background-color: rgb(77,44,49); }

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

border-color css

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

 span { border-color: rgb(77,44,49); }

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