Html Css Color HEX #504434 Deep Bronze

📋 copy color: '#504434'

red 80 ◦ green 68 ◦ blue 52

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

Shades of Deep Bronze #504434

Tints of Deep Bronze #504434

RGB

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

 GREEN value IS 68 (26.95% from 255) = 34%

 BLUE value IS 52 (20.7% from 255) = 26%

R = 40%
G = 34%
B = 26%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.35

 K value IS 0.69

RGB Variations

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

Color information

#504434 (or 0x504434) is known color: Deep Bronze. HEX triplet: 50, 44 and 34. RGB value is (80,68,52). Sum of RGB (Red+Green+Blue) = 80+68+52=200 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40% from 200); Green value is 68 (26.95% from 255 or 34% from 200); Blue value is 52 (20.70% from 255 or 26% from 200); Max value from RGB is 80 - color contains mainly: red. Hex color #504434 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504434 is #AFBBCB. Grayscale: #454545. Windows color (decimal): -11516876 or 3425360. OLE color: 3425360.

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

Color convert

RGB 80 68 52 -
CMYK 0 0.15 0.35 0.69
HSL 34.29º 0.21% 0.26% -
HSV(B) 34.29º 0.35% 0.31% -
XYZ 6 6.09 4.11 -
YUV 69.76 117.98 135.3 -
System Red Green Blue C M Y K H S L
Decimal 80 68 52 0 0.15 0.35 0.69 34.29 0.21 0.26
Hex 50 44 34 0 F 23 45 22 15 1A
Octal 120 104 64 0 17 43 105 42 25 32
Binary 1010000 1000100 110100 0 1111 100011 1000101 100010 10101 11010

Color Harmonies of #504434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504434

Black with #504434

Text Example


Text Example

White with #504434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504434; }

 p { color: rgb(80,68,52); }

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

background-color css

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

 a { background-color: rgb(80,68,52); }

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

border-color css

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

 span { border-color: rgb(80,68,52); }

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