Html Css Color HEX #503E2D Deep Bronze

📋 copy color: '#503E2D'

red 80 ◦ green 62 ◦ blue 45

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

Shades of Deep Bronze #503E2D

Tints of Deep Bronze #503E2D

RGB

 RED value IS 80 (31.64% from 255) = 42.78%

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

 BLUE value IS 45 (17.97% from 255) = 24.06%

R = 42.78%
G = 33.16%
B = 24.06%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.44

 K value IS 0.69

RGB Variations

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

Color information

#503E2D (or 0x503E2D) is known color: Deep Bronze. HEX triplet: 50, 3E and 2D. RGB value is (80,62,45). Sum of RGB (Red+Green+Blue) = 80+62+45=187 (24% of max value = 765). Red value is 80 (31.64% from 255 or 42.78% from 187); Green value is 62 (24.61% from 255 or 33.16% from 187); Blue value is 45 (17.97% from 255 or 24.06% from 187); Max value from RGB is 80 - color contains mainly: red. Hex color #503E2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503E2D is #AFC1D2. Grayscale: #414141. Windows color (decimal): -11518419 or 2965072. OLE color: 2965072.

HSL color Cylindrical-coordinate representation of color #503E2D: hue angle of 29.14º degrees, saturation: 0.28, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #503E2D is Cyan = 0, Magento = 0.22, Yellow = 0.44 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 62 45 -
CMYK 0 0.22 0.44 0.69
HSL 29.14º 0.28% 0.25% -
HSV(B) 29.14º 0.44% 0.31% -
XYZ 5.5 5.34 3.22 -
YUV 65.44 116.46 138.38 -
System Red Green Blue C M Y K H S L
Decimal 80 62 45 0 0.22 0.44 0.69 29.14 0.28 0.25
Hex 50 3E 2D 0 16 2C 45 1D 1C 19
Octal 120 76 55 0 26 54 105 35 34 31
Binary 1010000 111110 101101 0 10110 101100 1000101 11101 11100 11001

Color Harmonies of #503E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503E2D

Black with #503E2D

Text Example


Text Example

White with #503E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503E2D; }

 p { color: rgb(80,62,45); }

 H1.HeaderClassName
 {
   color: #503E2D;
 }
 .AnyTagClassName
 {
   color: #503E2D;
 }
</style>

background-color css

<style>
 a { background-color: #503E2D; }

 a { background-color: rgb(80,62,45); }

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

border-color css

<style>
 span { border-color: #503E2D; }

 span { border-color: rgb(80,62,45); }

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