Html Css Color HEX #4D272D Cab Sav

📋 copy color: '#4D272D'

red 77 ◦ green 39 ◦ blue 45

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

Shades of Cab Sav #4D272D

Tints of Cab Sav #4D272D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 24.22%

 BLUE value IS 45 (17.97% from 255) = 27.95%

R = 47.83%
G = 24.22%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.42

 K value IS 0.70

RGB Variations

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

Color information

#4D272D (or 0x4D272D) is known color: Cab Sav. HEX triplet: 4D, 27 and 2D. RGB value is (77,39,45). Sum of RGB (Red+Green+Blue) = 77+39+45=161 (21% of max value = 765). Red value is 77 (30.47% from 255 or 47.83% from 161); Green value is 39 (15.62% from 255 or 24.22% from 161); Blue value is 45 (17.97% from 255 or 27.95% from 161); Max value from RGB is 77 - color contains mainly: red. Hex color #4D272D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D272D is #B2D8D2. Grayscale: #333333. Windows color (decimal): -11720915 or 2959181. OLE color: 2959181.

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

Color convert

RGB 77 39 45 -
CMYK 0 0.49 0.42 0.70
HSL 350.53º 0.33% 0.23% -
HSV(B) 350.53º 0.49% 0.3% -
XYZ 4.26 3.22 2.88 -
YUV 51.05 124.59 146.51 -
System Red Green Blue C M Y K H S L
Decimal 77 39 45 0 0.49 0.42 0.70 350.53 0.33 0.23
Hex 4D 27 2D 0 31 2A 46 15F 21 17
Octal 115 47 55 0 61 52 106 537 41 27
Binary 1001101 100111 101101 0 110001 101010 1000110 101011111 100001 10111

Color Harmonies of #4D272D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D272D

Black with #4D272D

Text Example


Text Example

White with #4D272D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,39,45); }

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

background-color css

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

 a { background-color: rgb(77,39,45); }

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

border-color css

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

 span { border-color: rgb(77,39,45); }

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