Html Css Color HEX #4D4232 Deep Bronze

📋 copy color: '#4D4232'

red 77 ◦ green 66 ◦ blue 50

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

Shades of Deep Bronze #4D4232

Tints of Deep Bronze #4D4232

RGB

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

 GREEN value IS 66 (26.17% from 255) = 34.2%

 BLUE value IS 50 (19.92% from 255) = 25.91%

R = 39.9%
G = 34.2%
B = 25.91%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.35

 K value IS 0.70

RGB Variations

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

Color information

#4D4232 (or 0x4D4232) is known color: Deep Bronze. HEX triplet: 4D, 42 and 32. RGB value is (77,66,50). Sum of RGB (Red+Green+Blue) = 77+66+50=193 (25% of max value = 765). Red value is 77 (30.47% from 255 or 39.90% from 193); Green value is 66 (26.17% from 255 or 34.20% from 193); Blue value is 50 (19.92% from 255 or 25.91% from 193); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4232 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D4232 is #B2BDCD. Grayscale: #434343. Windows color (decimal): -11713998 or 3293773. OLE color: 3293773.

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

Color convert

RGB 77 66 50 -
CMYK 0 0.14 0.35 0.70
HSL 35.56º 0.21% 0.25% -
HSV(B) 35.56º 0.35% 0.3% -
XYZ 5.58 5.7 3.82 -
YUV 67.47 118.14 134.8 -
System Red Green Blue C M Y K H S L
Decimal 77 66 50 0 0.14 0.35 0.70 35.56 0.21 0.25
Hex 4D 42 32 0 E 23 46 24 15 19
Octal 115 102 62 0 16 43 106 44 25 31
Binary 1001101 1000010 110010 0 1110 100011 1000110 100100 10101 11001

Color Harmonies of #4D4232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D4232

Black with #4D4232

Text Example


Text Example

White with #4D4232

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,66,50); }

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

background-color css

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

 a { background-color: rgb(77,66,50); }

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

border-color css

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

 span { border-color: rgb(77,66,50); }

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