Html Css Color HEX #4D2E32 Cab Sav

📋 copy color: '#4D2E32'

red 77 ◦ green 46 ◦ blue 50

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

Shades of Cab Sav #4D2E32

Tints of Cab Sav #4D2E32

RGB

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

 GREEN value IS 46 (18.36% from 255) = 26.59%

 BLUE value IS 50 (19.92% from 255) = 28.9%

R = 44.51%
G = 26.59%
B = 28.9%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.35

 K value IS 0.70

RGB Variations

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

Color information

#4D2E32 (or 0x4D2E32) is known color: Cab Sav. HEX triplet: 4D, 2E and 32. RGB value is (77,46,50). Sum of RGB (Red+Green+Blue) = 77+46+50=173 (22% of max value = 765). Red value is 77 (30.47% from 255 or 44.51% from 173); Green value is 46 (18.36% from 255 or 26.59% from 173); Blue value is 50 (19.92% from 255 or 28.90% from 173); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2E32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2E32 is #B2D1CD. Grayscale: #373737. Windows color (decimal): -11719118 or 3288653. OLE color: 3288653.

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

Color convert

RGB 77 46 50 -
CMYK 0 0.40 0.35 0.70
HSL 352.26º 0.25% 0.24% -
HSV(B) 352.26º 0.4% 0.3% -
XYZ 4.61 3.76 3.5 -
YUV 55.73 124.77 143.17 -
System Red Green Blue C M Y K H S L
Decimal 77 46 50 0 0.40 0.35 0.70 352.26 0.25 0.24
Hex 4D 2E 32 0 28 23 46 160 19 18
Octal 115 56 62 0 50 43 106 540 31 30
Binary 1001101 101110 110010 0 101000 100011 1000110 101100000 11001 11000

Color Harmonies of #4D2E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D2E32

Black with #4D2E32

Text Example


Text Example

White with #4D2E32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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