Html Css Color HEX #4D282E Cab Sav

📋 copy color: '#4D282E'

red 77 ◦ green 40 ◦ blue 46

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

Shades of Cab Sav #4D282E

Tints of Cab Sav #4D282E

RGB

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

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

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

R = 47.24%
G = 24.54%
B = 28.22%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.40

 K value IS 0.70

RGB Variations

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

Color information

#4D282E (or 0x4D282E) is known color: Cab Sav. HEX triplet: 4D, 28 and 2E. RGB value is (77,40,46). Sum of RGB (Red+Green+Blue) = 77+40+46=163 (21% of max value = 765). Red value is 77 (30.47% from 255 or 47.24% from 163); Green value is 40 (16.02% from 255 or 24.54% from 163); Blue value is 46 (18.36% from 255 or 28.22% from 163); Max value from RGB is 77 - color contains mainly: red. Hex color #4D282E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D282E is #B2D7D1. Grayscale: #333333. Windows color (decimal): -11720658 or 3024973. OLE color: 3024973.

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

Color convert

RGB 77 40 46 -
CMYK 0 0.48 0.40 0.70
HSL 350.27º 0.32% 0.23% -
HSV(B) 350.27º 0.48% 0.3% -
XYZ 4.31 3.29 2.99 -
YUV 51.75 124.76 146.01 -
System Red Green Blue C M Y K H S L
Decimal 77 40 46 0 0.48 0.40 0.70 350.27 0.32 0.23
Hex 4D 28 2E 0 30 28 46 15E 20 17
Octal 115 50 56 0 60 50 106 536 40 27
Binary 1001101 101000 101110 0 110000 101000 1000110 101011110 100000 10111

Color Harmonies of #4D282E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D282E

Black with #4D282E

Text Example


Text Example

White with #4D282E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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