Html Css Color HEX #4D3E2E Deep Bronze

📋 copy color: '#4D3E2E'

red 77 ◦ green 62 ◦ blue 46

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

Shades of Deep Bronze #4D3E2E

Tints of Deep Bronze #4D3E2E

RGB

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

 GREEN value IS 62 (24.61% from 255) = 33.51%

 BLUE value IS 46 (18.36% from 255) = 24.86%

R = 41.62%
G = 33.51%
B = 24.86%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.40

 K value IS 0.70

RGB Variations

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

Color information

#4D3E2E (or 0x4D3E2E) is known color: Deep Bronze. HEX triplet: 4D, 3E and 2E. RGB value is (77,62,46). Sum of RGB (Red+Green+Blue) = 77+62+46=185 (24% of max value = 765). Red value is 77 (30.47% from 255 or 41.62% from 185); Green value is 62 (24.61% from 255 or 33.51% from 185); Blue value is 46 (18.36% from 255 or 24.86% from 185); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3E2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D3E2E is #B2C1D1. Grayscale: #404040. Windows color (decimal): -11715026 or 3030605. OLE color: 3030605.

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

Color convert

RGB 77 62 46 -
CMYK 0 0.19 0.40 0.70
HSL 30.97º 0.25% 0.24% -
HSV(B) 30.97º 0.4% 0.3% -
XYZ 5.28 5.22 3.31 -
YUV 64.66 117.47 136.8 -
System Red Green Blue C M Y K H S L
Decimal 77 62 46 0 0.19 0.40 0.70 30.97 0.25 0.24
Hex 4D 3E 2E 0 13 28 46 1F 19 18
Octal 115 76 56 0 23 50 106 37 31 30
Binary 1001101 111110 101110 0 10011 101000 1000110 11111 11001 11000

Color Harmonies of #4D3E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D3E2E

Black with #4D3E2E

Text Example


Text Example

White with #4D3E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,62,46); }

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

background-color css

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

 a { background-color: rgb(77,62,46); }

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

border-color css

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

 span { border-color: rgb(77,62,46); }

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