Html Css Color HEX #503D29 Deep Bronze

📋 copy color: '#503D29'

red 80 ◦ green 61 ◦ blue 41

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

Shades of Deep Bronze #503D29

Tints of Deep Bronze #503D29

RGB

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

 GREEN value IS 61 (24.22% from 255) = 33.52%

 BLUE value IS 41 (16.41% from 255) = 22.53%

R = 43.96%
G = 33.52%
B = 22.53%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.49

 K value IS 0.69

RGB Variations

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

Color information

#503D29 (or 0x503D29) is known color: Deep Bronze. HEX triplet: 50, 3D and 29. RGB value is (80,61,41). Sum of RGB (Red+Green+Blue) = 80+61+41=182 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.96% from 182); Green value is 61 (24.22% from 255 or 33.52% from 182); Blue value is 41 (16.41% from 255 or 22.53% from 182); Max value from RGB is 80 - color contains mainly: red. Hex color #503D29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503D29 is #AFC2D6. Grayscale: #404040. Windows color (decimal): -11518679 or 2702672. OLE color: 2702672.

HSL color Cylindrical-coordinate representation of color #503D29: hue angle of 30.77º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #503D29 is Cyan = 0, Magento = 0.24, Yellow = 0.49 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 61 41 -
CMYK 0 0.24 0.49 0.69
HSL 30.77º 0.32% 0.24% -
HSV(B) 30.77º 0.49% 0.31% -
XYZ 5.38 5.2 2.82 -
YUV 64.4 114.79 139.13 -
System Red Green Blue C M Y K H S L
Decimal 80 61 41 0 0.24 0.49 0.69 30.77 0.32 0.24
Hex 50 3D 29 0 18 31 45 1F 20 18
Octal 120 75 51 0 30 61 105 37 40 30
Binary 1010000 111101 101001 0 11000 110001 1000101 11111 100000 11000

Color Harmonies of #503D29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503D29

Black with #503D29

Text Example


Text Example

White with #503D29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,61,41); }

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

background-color css

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

 a { background-color: rgb(80,61,41); }

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

border-color css

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

 span { border-color: rgb(80,61,41); }

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