Html Css Color HEX #4D4334 Deep Bronze

📋 copy color: '#4D4334'

red 77 ◦ green 67 ◦ blue 52

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

Shades of Deep Bronze #4D4334

Tints of Deep Bronze #4D4334

RGB

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

 GREEN value IS 67 (26.56% from 255) = 34.18%

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

R = 39.29%
G = 34.18%
B = 26.53%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.32

 K value IS 0.70

RGB Variations

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

Color information

#4D4334 (or 0x4D4334) is known color: Deep Bronze. HEX triplet: 4D, 43 and 34. RGB value is (77,67,52). Sum of RGB (Red+Green+Blue) = 77+67+52=196 (25% of max value = 765). Red value is 77 (30.47% from 255 or 39.29% from 196); Green value is 67 (26.56% from 255 or 34.18% from 196); Blue value is 52 (20.70% from 255 or 26.53% from 196); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4334 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D4334 is #B2BCCB. Grayscale: #444444. Windows color (decimal): -11713740 or 3425101. OLE color: 3425101.

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

Color convert

RGB 77 67 52 -
CMYK 0 0.13 0.32 0.70
HSL 36º 0.19% 0.25% -
HSV(B) 36º 0.32% 0.3% -
XYZ 5.69 5.84 4.08 -
YUV 68.28 118.81 134.22 -
System Red Green Blue C M Y K H S L
Decimal 77 67 52 0 0.13 0.32 0.70 36 0.19 0.25
Hex 4D 43 34 0 D 20 46 24 13 19
Octal 115 103 64 0 15 40 106 44 23 31
Binary 1001101 1000011 110100 0 1101 100000 1000110 100100 10011 11001

Color Harmonies of #4D4334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D4334

Black with #4D4334

Text Example


Text Example

White with #4D4334

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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