Html Css Color HEX #4D613C Dell

📋 copy color: '#4D613C'

red 77 ◦ green 97 ◦ blue 60

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

Shades of Dell #4D613C

Tints of Dell #4D613C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 41.45%

 BLUE value IS 60 (23.83% from 255) = 25.64%

R = 32.91%
G = 41.45%
B = 25.64%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.38

 K value IS 0.62

RGB Variations

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

Color information

#4D613C (or 0x4D613C) is known color: Dell. HEX triplet: 4D, 61 and 3C. RGB value is (77,97,60). Sum of RGB (Red+Green+Blue) = 77+97+60=234 (30% of max value = 765). Red value is 77 (30.47% from 255 or 32.91% from 234); Green value is 97 (38.28% from 255 or 41.45% from 234); Blue value is 60 (23.83% from 255 or 25.64% from 234); Max value from RGB is 97 - color contains mainly: green. Hex color #4D613C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D613C is #B29EC3. Grayscale: #565656. Windows color (decimal): -11706052 or 3957069. OLE color: 3957069.

HSL color Cylindrical-coordinate representation of color #4D613C: hue angle of 92.43º degrees, saturation: 0.24, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4D613C is Cyan = 0.21, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.62.

Color convert

RGB 77 97 60 -
CMYK 0.21 0 0.38 0.62
HSL 92.43º 0.24% 0.31% -
HSV(B) 92.43º 0.38% 0.38% -
XYZ 8.15 10.45 5.86 -
YUV 86.8 112.87 121.01 -
System Red Green Blue C M Y K H S L
Decimal 77 97 60 0.21 0 0.38 0.62 92.43 0.24 0.31
Hex 4D 61 3C 15 0 26 3E 5C 18 1F
Octal 115 141 74 25 0 46 76 134 30 37
Binary 1001101 1100001 111100 10101 0 100110 111110 1011100 11000 11111

Color Harmonies of #4D613C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D613C

Black with #4D613C

Text Example


Text Example

White with #4D613C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,97,60); }

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

background-color css

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

 a { background-color: rgb(77,97,60); }

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

border-color css

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

 span { border-color: rgb(77,97,60); }

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