Html Css Color HEX #4D4030 Deep Bronze

📋 copy color: '#4D4030'

red 77 ◦ green 64 ◦ blue 48

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

Shades of Deep Bronze #4D4030

Tints of Deep Bronze #4D4030

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 25.4%

R = 40.74%
G = 33.86%
B = 25.4%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.38

 K value IS 0.70

RGB Variations

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

Color information

#4D4030 (or 0x4D4030) is known color: Deep Bronze. HEX triplet: 4D, 40 and 30. RGB value is (77,64,48). Sum of RGB (Red+Green+Blue) = 77+64+48=189 (25% of max value = 765). Red value is 77 (30.47% from 255 or 40.74% from 189); Green value is 64 (25.39% from 255 or 33.86% from 189); Blue value is 48 (19.14% from 255 or 25.40% from 189); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4030 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D4030 is #B2BFCF. Grayscale: #424242. Windows color (decimal): -11714512 or 3162189. OLE color: 3162189.

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

Color convert

RGB 77 64 48 -
CMYK 0 0.17 0.38 0.70
HSL 33.1º 0.23% 0.25% -
HSV(B) 33.1º 0.38% 0.3% -
XYZ 5.43 5.46 3.56 -
YUV 66.06 117.81 135.8 -
System Red Green Blue C M Y K H S L
Decimal 77 64 48 0 0.17 0.38 0.70 33.1 0.23 0.25
Hex 4D 40 30 0 11 26 46 21 17 19
Octal 115 100 60 0 21 46 106 41 27 31
Binary 1001101 1000000 110000 0 10001 100110 1000110 100001 10111 11001

Color Harmonies of #4D4030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D4030

Black with #4D4030

Text Example


Text Example

White with #4D4030

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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