Html Css Color HEX #4D673A Dell

📋 copy color: '#4D673A'

red 77 ◦ green 103 ◦ blue 58

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

Shades of Dell #4D673A

Tints of Dell #4D673A

RGB

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

 GREEN value IS 103 (40.63% from 255) = 43.28%

 BLUE value IS 58 (23.05% from 255) = 24.37%

R = 32.35%
G = 43.28%
B = 24.37%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.44

 K value IS 0.60

RGB Variations

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

Color information

#4D673A (or 0x4D673A) is known color: Dell. HEX triplet: 4D, 67 and 3A. RGB value is (77,103,58). Sum of RGB (Red+Green+Blue) = 77+103+58=238 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.35% from 238); Green value is 103 (40.62% from 255 or 43.28% from 238); Blue value is 58 (23.05% from 255 or 24.37% from 238); Max value from RGB is 103 - color contains mainly: green. Hex color #4D673A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D673A is #B298C5. Grayscale: #5A5A5A. Windows color (decimal): -11704518 or 3827533. OLE color: 3827533.

HSL color Cylindrical-coordinate representation of color #4D673A: hue angle of 94.67º degrees, saturation: 0.28, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4D673A is Cyan = 0.25, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.60.

Color convert

RGB 77 103 58 -
CMYK 0.25 0 0.44 0.60
HSL 94.67º 0.28% 0.32% -
HSV(B) 94.67º 0.44% 0.4% -
XYZ 8.67 11.58 5.78 -
YUV 90.1 109.89 118.66 -
System Red Green Blue C M Y K H S L
Decimal 77 103 58 0.25 0 0.44 0.60 94.67 0.28 0.32
Hex 4D 67 3A 19 0 2C 3C 5F 1C 20
Octal 115 147 72 31 0 54 74 137 34 40
Binary 1001101 1100111 111010 11001 0 101100 111100 1011111 11100 100000

Color Harmonies of #4D673A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D673A

Black with #4D673A

Text Example


Text Example

White with #4D673A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,103,58); }

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

background-color css

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

 a { background-color: rgb(77,103,58); }

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

border-color css

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

 span { border-color: rgb(77,103,58); }

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