Html Css Color HEX #4D4230 Deep Bronze

📋 copy color: '#4D4230'

red 77 ◦ green 66 ◦ blue 48

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

Shades of Deep Bronze #4D4230

Tints of Deep Bronze #4D4230

RGB

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

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

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

R = 40.31%
G = 34.55%
B = 25.13%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.38

 K value IS 0.70

RGB Variations

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

Color information

#4D4230 (or 0x4D4230) is known color: Deep Bronze. HEX triplet: 4D, 42 and 30. RGB value is (77,66,48). Sum of RGB (Red+Green+Blue) = 77+66+48=191 (25% of max value = 765). Red value is 77 (30.47% from 255 or 40.31% from 191); Green value is 66 (26.17% from 255 or 34.55% from 191); Blue value is 48 (19.14% from 255 or 25.13% from 191); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4230 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D4230 is #B2BDCF. Grayscale: #434343. Windows color (decimal): -11714000 or 3162701. OLE color: 3162701.

HSL color Cylindrical-coordinate representation of color #4D4230: hue angle of 37.24º 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 #4D4230 is Cyan = 0, Magento = 0.14, Yellow = 0.38 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 66 48 -
CMYK 0 0.14 0.38 0.70
HSL 37.24º 0.23% 0.25% -
HSV(B) 37.24º 0.38% 0.3% -
XYZ 5.54 5.69 3.6 -
YUV 67.24 117.14 134.96 -
System Red Green Blue C M Y K H S L
Decimal 77 66 48 0 0.14 0.38 0.70 37.24 0.23 0.25
Hex 4D 42 30 0 E 26 46 25 17 19
Octal 115 102 60 0 16 46 106 45 27 31
Binary 1001101 1000010 110000 0 1110 100110 1000110 100101 10111 11001

Color Harmonies of #4D4230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D4230

Black with #4D4230

Text Example


Text Example

White with #4D4230

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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