Html Css Color HEX #4D4028 Deep Bronze

📋 copy color: '#4D4028'

red 77 ◦ green 64 ◦ blue 40

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

Shades of Deep Bronze #4D4028

Tints of Deep Bronze #4D4028

RGB

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

 GREEN value IS 64 (25.39% from 255) = 35.36%

 BLUE value IS 40 (16.02% from 255) = 22.1%

R = 42.54%
G = 35.36%
B = 22.1%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.48

 K value IS 0.70

RGB Variations

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

Color information

#4D4028 (or 0x4D4028) is known color: Deep Bronze. HEX triplet: 4D, 40 and 28. RGB value is (77,64,40). Sum of RGB (Red+Green+Blue) = 77+64+40=181 (23% of max value = 765). Red value is 77 (30.47% from 255 or 42.54% from 181); Green value is 64 (25.39% from 255 or 35.36% from 181); Blue value is 40 (16.02% from 255 or 22.10% from 181); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4028 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D4028 is #B2BFD7. Grayscale: #414141. Windows color (decimal): -11714520 or 2637901. OLE color: 2637901.

HSL color Cylindrical-coordinate representation of color #4D4028: hue angle of 38.92º degrees, saturation: 0.32, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4D4028 is Cyan = 0, Magento = 0.17, Yellow = 0.48 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 64 40 -
CMYK 0 0.17 0.48 0.70
HSL 38.92º 0.32% 0.23% -
HSV(B) 38.92º 0.48% 0.3% -
XYZ 5.28 5.4 2.77 -
YUV 65.15 113.81 136.45 -
System Red Green Blue C M Y K H S L
Decimal 77 64 40 0 0.17 0.48 0.70 38.92 0.32 0.23
Hex 4D 40 28 0 11 30 46 27 20 17
Octal 115 100 50 0 21 60 106 47 40 27
Binary 1001101 1000000 101000 0 10001 110000 1000110 100111 100000 10111

Color Harmonies of #4D4028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D4028

Black with #4D4028

Text Example


Text Example

White with #4D4028

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,64,40); }

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

background-color css

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

 a { background-color: rgb(77,64,40); }

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

border-color css

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

 span { border-color: rgb(77,64,40); }

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