Html Css Color HEX #4D2930 Cab Sav

📋 copy color: '#4D2930'

red 77 ◦ green 41 ◦ blue 48

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

Shades of Cab Sav #4D2930

Tints of Cab Sav #4D2930

RGB

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

 GREEN value IS 41 (16.41% from 255) = 24.7%

 BLUE value IS 48 (19.14% from 255) = 28.92%

R = 46.39%
G = 24.7%
B = 28.92%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.38

 K value IS 0.70

RGB Variations

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

Color information

#4D2930 (or 0x4D2930) is known color: Cab Sav. HEX triplet: 4D, 29 and 30. RGB value is (77,41,48). Sum of RGB (Red+Green+Blue) = 77+41+48=166 (21% of max value = 765). Red value is 77 (30.47% from 255 or 46.39% from 166); Green value is 41 (16.41% from 255 or 24.70% from 166); Blue value is 48 (19.14% from 255 or 28.92% from 166); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2930 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2930 is #B2D6CF. Grayscale: #343434. Windows color (decimal): -11720400 or 3156301. OLE color: 3156301.

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

Color convert

RGB 77 41 48 -
CMYK 0 0.47 0.38 0.70
HSL 348.33º 0.31% 0.23% -
HSV(B) 348.33º 0.47% 0.3% -
XYZ 4.39 3.38 3.22 -
YUV 52.56 125.43 145.43 -
System Red Green Blue C M Y K H S L
Decimal 77 41 48 0 0.47 0.38 0.70 348.33 0.31 0.23
Hex 4D 29 30 0 2F 26 46 15C 1F 17
Octal 115 51 60 0 57 46 106 534 37 27
Binary 1001101 101001 110000 0 101111 100110 1000110 101011100 11111 10111

Color Harmonies of #4D2930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D2930

Black with #4D2930

Text Example


Text Example

White with #4D2930

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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