Html Css Color HEX #4D6A35 Dell

📋 copy color: '#4D6A35'

red 77 ◦ green 106 ◦ blue 53

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

Shades of Dell #4D6A35

Tints of Dell #4D6A35

RGB

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

 GREEN value IS 106 (41.8% from 255) = 44.92%

 BLUE value IS 53 (21.09% from 255) = 22.46%

R = 32.63%
G = 44.92%
B = 22.46%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.5

 K value IS 0.58

RGB Variations

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

Color information

#4D6A35 (or 0x4D6A35) is known color: Dell. HEX triplet: 4D, 6A and 35. RGB value is (77,106,53). Sum of RGB (Red+Green+Blue) = 77+106+53=236 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.63% from 236); Green value is 106 (41.80% from 255 or 44.92% from 236); Blue value is 53 (21.09% from 255 or 22.46% from 236); Max value from RGB is 106 - color contains mainly: green. Hex color #4D6A35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D6A35 is #B295CA. Grayscale: #5B5B5B. Windows color (decimal): -11703755 or 3500621. OLE color: 3500621.

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

Color convert

RGB 77 106 53 -
CMYK 0.27 0 0.5 0.58
HSL 92.83º 0.33% 0.31% -
HSV(B) 92.83º 0.5% 0.42% -
XYZ 8.86 12.14 5.25 -
YUV 91.29 106.39 117.81 -
System Red Green Blue C M Y K H S L
Decimal 77 106 53 0.27 0 0.5 0.58 92.83 0.33 0.31
Hex 4D 6A 35 1B 0 32 3A 5D 21 1F
Octal 115 152 65 33 0 62 72 135 41 37
Binary 1001101 1101010 110101 11011 0 110010 111010 1011101 100001 11111

Color Harmonies of #4D6A35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D6A35

Black with #4D6A35

Text Example


Text Example

White with #4D6A35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,106,53); }

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

background-color css

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

 a { background-color: rgb(77,106,53); }

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

border-color css

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

 span { border-color: rgb(77,106,53); }

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