Html Css Color HEX #4D282F Cab Sav

📋 copy color: '#4D282F'

red 77 ◦ green 40 ◦ blue 47

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

Shades of Cab Sav #4D282F

Tints of Cab Sav #4D282F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 24.39%

 BLUE value IS 47 (18.75% from 255) = 28.66%

R = 46.95%
G = 24.39%
B = 28.66%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.39

 K value IS 0.70

RGB Variations

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

Color information

#4D282F (or 0x4D282F) is known color: Cab Sav. HEX triplet: 4D, 28 and 2F. RGB value is (77,40,47). Sum of RGB (Red+Green+Blue) = 77+40+47=164 (21% of max value = 765). Red value is 77 (30.47% from 255 or 46.95% from 164); Green value is 40 (16.02% from 255 or 24.39% from 164); Blue value is 47 (18.75% from 255 or 28.66% from 164); Max value from RGB is 77 - color contains mainly: red. Hex color #4D282F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D282F is #B2D7D0. Grayscale: #333333. Windows color (decimal): -11720657 or 3090509. OLE color: 3090509.

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

Color convert

RGB 77 40 47 -
CMYK 0 0.48 0.39 0.70
HSL 348.65º 0.32% 0.23% -
HSV(B) 348.65º 0.48% 0.3% -
XYZ 4.33 3.3 3.1 -
YUV 51.86 125.26 145.93 -
System Red Green Blue C M Y K H S L
Decimal 77 40 47 0 0.48 0.39 0.70 348.65 0.32 0.23
Hex 4D 28 2F 0 30 27 46 15D 20 17
Octal 115 50 57 0 60 47 106 535 40 27
Binary 1001101 101000 101111 0 110000 100111 1000110 101011101 100000 10111

Color Harmonies of #4D282F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D282F

Black with #4D282F

Text Example


Text Example

White with #4D282F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,40,47); }

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

background-color css

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

 a { background-color: rgb(77,40,47); }

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

border-color css

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

 span { border-color: rgb(77,40,47); }

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