Html Css Color HEX #504535 Deep Bronze

📋 copy color: '#504535'

red 80 ◦ green 69 ◦ blue 53

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

Shades of Deep Bronze #504535

Tints of Deep Bronze #504535

RGB

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

 GREEN value IS 69 (27.34% from 255) = 34.16%

 BLUE value IS 53 (21.09% from 255) = 26.24%

R = 39.6%
G = 34.16%
B = 26.24%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.34

 K value IS 0.69

RGB Variations

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

Color information

#504535 (or 0x504535) is known color: Deep Bronze. HEX triplet: 50, 45 and 35. RGB value is (80,69,53). Sum of RGB (Red+Green+Blue) = 80+69+53=202 (26% of max value = 765). Red value is 80 (31.64% from 255 or 39.60% from 202); Green value is 69 (27.34% from 255 or 34.16% from 202); Blue value is 53 (21.09% from 255 or 26.24% from 202); Max value from RGB is 80 - color contains mainly: red. Hex color #504535 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504535 is #AFBACA. Grayscale: #464646. Windows color (decimal): -11516619 or 3491152. OLE color: 3491152.

HSL color Cylindrical-coordinate representation of color #504535: hue angle of 35.56º degrees, saturation: 0.2, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #504535 is Cyan = 0, Magento = 0.14, Yellow = 0.34 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 69 53 -
CMYK 0 0.14 0.34 0.69
HSL 35.56º 0.2% 0.26% -
HSV(B) 35.56º 0.34% 0.31% -
XYZ 6.08 6.22 4.25 -
YUV 70.47 118.14 134.8 -
System Red Green Blue C M Y K H S L
Decimal 80 69 53 0 0.14 0.34 0.69 35.56 0.2 0.26
Hex 50 45 35 0 E 22 45 24 14 1A
Octal 120 105 65 0 16 42 105 44 24 32
Binary 1010000 1000101 110101 0 1110 100010 1000101 100100 10100 11010

Color Harmonies of #504535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504535

Black with #504535

Text Example


Text Example

White with #504535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504535; }

 p { color: rgb(80,69,53); }

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

background-color css

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

 a { background-color: rgb(80,69,53); }

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

border-color css

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

 span { border-color: rgb(80,69,53); }

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