Html Css Color HEX #4D292E Cab Sav

📋 copy color: '#4D292E'

red 77 ◦ green 41 ◦ blue 46

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

Shades of Cab Sav #4D292E

Tints of Cab Sav #4D292E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 28.05%

R = 46.95%
G = 25%
B = 28.05%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.40

 K value IS 0.70

RGB Variations

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

Color information

#4D292E (or 0x4D292E) is known color: Cab Sav. HEX triplet: 4D, 29 and 2E. RGB value is (77,41,46). Sum of RGB (Red+Green+Blue) = 77+41+46=164 (21% of max value = 765). Red value is 77 (30.47% from 255 or 46.95% from 164); Green value is 41 (16.41% from 255 or 25% from 164); Blue value is 46 (18.36% from 255 or 28.05% from 164); Max value from RGB is 77 - color contains mainly: red. Hex color #4D292E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D292E is #B2D6D1. Grayscale: #343434. Windows color (decimal): -11720402 or 3025229. OLE color: 3025229.

HSL color Cylindrical-coordinate representation of color #4D292E: hue angle of 351.67º 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 #4D292E is Cyan = 0, Magento = 0.47, Yellow = 0.40 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 41 46 -
CMYK 0 0.47 0.40 0.70
HSL 351.67º 0.31% 0.23% -
HSV(B) 351.67º 0.47% 0.3% -
XYZ 4.35 3.36 3 -
YUV 52.33 124.43 145.59 -
System Red Green Blue C M Y K H S L
Decimal 77 41 46 0 0.47 0.40 0.70 351.67 0.31 0.23
Hex 4D 29 2E 0 2F 28 46 160 1F 17
Octal 115 51 56 0 57 50 106 540 37 27
Binary 1001101 101001 101110 0 101111 101000 1000110 101100000 11111 10111

Color Harmonies of #4D292E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D292E

Black with #4D292E

Text Example


Text Example

White with #4D292E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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