Html Css Color HEX #4D6C31 Dell

📋 copy color: '#4D6C31'

red 77 ◦ green 108 ◦ blue 49

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

Shades of Dell #4D6C31

Tints of Dell #4D6C31

RGB

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

 GREEN value IS 108 (42.58% from 255) = 46.15%

 BLUE value IS 49 (19.53% from 255) = 20.94%

R = 32.91%
G = 46.15%
B = 20.94%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.55

 K value IS 0.58

RGB Variations

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

Color information

#4D6C31 (or 0x4D6C31) is known color: Dell. HEX triplet: 4D, 6C and 31. RGB value is (77,108,49). Sum of RGB (Red+Green+Blue) = 77+108+49=234 (30% of max value = 765). Red value is 77 (30.47% from 255 or 32.91% from 234); Green value is 108 (42.58% from 255 or 46.15% from 234); Blue value is 49 (19.53% from 255 or 20.94% from 234); Max value from RGB is 108 - color contains mainly: green. Hex color #4D6C31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D6C31 is #B293CE. Grayscale: #5C5C5C. Windows color (decimal): -11703247 or 3238989. OLE color: 3238989.

HSL color Cylindrical-coordinate representation of color #4D6C31: hue angle of 91.53º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4D6C31 is Cyan = 0.29, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.58.

Color convert

RGB 77 108 49 -
CMYK 0.29 0 0.55 0.58
HSL 91.53º 0.38% 0.31% -
HSV(B) 91.53º 0.55% 0.42% -
XYZ 8.98 12.52 4.85 -
YUV 92.01 103.73 117.3 -
System Red Green Blue C M Y K H S L
Decimal 77 108 49 0.29 0 0.55 0.58 91.53 0.38 0.31
Hex 4D 6C 31 1D 0 37 3A 5C 26 1F
Octal 115 154 61 35 0 67 72 134 46 37
Binary 1001101 1101100 110001 11101 0 110111 111010 1011100 100110 11111

Color Harmonies of #4D6C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D6C31

Black with #4D6C31

Text Example


Text Example

White with #4D6C31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,108,49); }

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

background-color css

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

 a { background-color: rgb(77,108,49); }

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

border-color css

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

 span { border-color: rgb(77,108,49); }

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