Html Css Color HEX #4D4029 Deep Bronze

📋 copy color: '#4D4029'

red 77 ◦ green 64 ◦ blue 41

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

Shades of Deep Bronze #4D4029

Tints of Deep Bronze #4D4029

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 22.53%

R = 42.31%
G = 35.16%
B = 22.53%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.47

 K value IS 0.70

RGB Variations

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

Color information

#4D4029 (or 0x4D4029) is known color: Deep Bronze. HEX triplet: 4D, 40 and 29. RGB value is (77,64,41). Sum of RGB (Red+Green+Blue) = 77+64+41=182 (24% of max value = 765). Red value is 77 (30.47% from 255 or 42.31% from 182); Green value is 64 (25.39% from 255 or 35.16% from 182); Blue value is 41 (16.41% from 255 or 22.53% from 182); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4029 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D4029 is #B2BFD6. Grayscale: #414141. Windows color (decimal): -11714519 or 2703437. OLE color: 2703437.

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

Color convert

RGB 77 64 41 -
CMYK 0 0.17 0.47 0.70
HSL 38.33º 0.31% 0.23% -
HSV(B) 38.33º 0.47% 0.3% -
XYZ 5.29 5.4 2.86 -
YUV 65.27 114.31 136.37 -
System Red Green Blue C M Y K H S L
Decimal 77 64 41 0 0.17 0.47 0.70 38.33 0.31 0.23
Hex 4D 40 29 0 11 2F 46 26 1F 17
Octal 115 100 51 0 21 57 106 46 37 27
Binary 1001101 1000000 101001 0 10001 101111 1000110 100110 11111 10111

Color Harmonies of #4D4029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D4029

Black with #4D4029

Text Example


Text Example

White with #4D4029

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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