Html Css Color HEX #4D6B34 Dell

📋 copy color: '#4D6B34'

red 77 ◦ green 107 ◦ blue 52

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

Shades of Dell #4D6B34

Tints of Dell #4D6B34

RGB

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

 GREEN value IS 107 (42.19% from 255) = 45.34%

 BLUE value IS 52 (20.7% from 255) = 22.03%

R = 32.63%
G = 45.34%
B = 22.03%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.51

 K value IS 0.58

RGB Variations

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

Color information

#4D6B34 (or 0x4D6B34) is known color: Dell. HEX triplet: 4D, 6B and 34. RGB value is (77,107,52). Sum of RGB (Red+Green+Blue) = 77+107+52=236 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.63% from 236); Green value is 107 (42.19% from 255 or 45.34% from 236); Blue value is 52 (20.70% from 255 or 22.03% from 236); Max value from RGB is 107 - color contains mainly: green. Hex color #4D6B34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D6B34 is #B294CB. Grayscale: #5B5B5B. Windows color (decimal): -11703500 or 3435341. OLE color: 3435341.

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

Color convert

RGB 77 107 52 -
CMYK 0.28 0 0.51 0.58
HSL 92.73º 0.35% 0.31% -
HSV(B) 92.73º 0.51% 0.42% -
XYZ 8.94 12.34 5.16 -
YUV 91.76 105.56 117.47 -
System Red Green Blue C M Y K H S L
Decimal 77 107 52 0.28 0 0.51 0.58 92.73 0.35 0.31
Hex 4D 6B 34 1C 0 33 3A 5D 23 1F
Octal 115 153 64 34 0 63 72 135 43 37
Binary 1001101 1101011 110100 11100 0 110011 111010 1011101 100011 11111

Color Harmonies of #4D6B34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D6B34

Black with #4D6B34

Text Example


Text Example

White with #4D6B34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,107,52); }

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

background-color css

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

 a { background-color: rgb(77,107,52); }

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

border-color css

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

 span { border-color: rgb(77,107,52); }

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