Html Css Color HEX #504029 Deep Bronze

📋 copy color: '#504029'

red 80 ◦ green 64 ◦ blue 41

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

Shades of Deep Bronze #504029

Tints of Deep Bronze #504029

RGB

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

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

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

R = 43.24%
G = 34.59%
B = 22.16%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.49

 K value IS 0.69

RGB Variations

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

Color information

#504029 (or 0x504029) is known color: Deep Bronze. HEX triplet: 50, 40 and 29. RGB value is (80,64,41). Sum of RGB (Red+Green+Blue) = 80+64+41=185 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.24% from 185); Green value is 64 (25.39% from 255 or 34.59% from 185); Blue value is 41 (16.41% from 255 or 22.16% from 185); Max value from RGB is 80 - color contains mainly: red. Hex color #504029 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504029 is #AFBFD6. Grayscale: #424242. Windows color (decimal): -11517911 or 2703440. OLE color: 2703440.

HSL color Cylindrical-coordinate representation of color #504029: hue angle of 35.38º 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 #504029 is Cyan = 0, Magento = 0.20, Yellow = 0.49 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 64 41 -
CMYK 0 0.20 0.49 0.69
HSL 35.38º 0.32% 0.24% -
HSV(B) 35.38º 0.49% 0.31% -
XYZ 5.54 5.53 2.87 -
YUV 66.16 113.8 137.87 -
System Red Green Blue C M Y K H S L
Decimal 80 64 41 0 0.20 0.49 0.69 35.38 0.32 0.24
Hex 50 40 29 0 14 31 45 23 20 18
Octal 120 100 51 0 24 61 105 43 40 30
Binary 1010000 1000000 101001 0 10100 110001 1000101 100011 100000 11000

Color Harmonies of #504029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504029

Black with #504029

Text Example


Text Example

White with #504029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504029; }

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

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

background-color css

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

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

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

border-color css

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

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

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