Html Css Color HEX #504332 Deep Bronze

📋 copy color: '#504332'

red 80 ◦ green 67 ◦ blue 50

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

Shades of Deep Bronze #504332

Tints of Deep Bronze #504332

RGB

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

 GREEN value IS 67 (26.56% from 255) = 34.01%

 BLUE value IS 50 (19.92% from 255) = 25.38%

R = 40.61%
G = 34.01%
B = 25.38%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.37

 K value IS 0.69

RGB Variations

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

Color information

#504332 (or 0x504332) is known color: Deep Bronze. HEX triplet: 50, 43 and 32. RGB value is (80,67,50). Sum of RGB (Red+Green+Blue) = 80+67+50=197 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.61% from 197); Green value is 67 (26.56% from 255 or 34.01% from 197); Blue value is 50 (19.92% from 255 or 25.38% from 197); Max value from RGB is 80 - color contains mainly: red. Hex color #504332 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504332 is #AFBCCD. Grayscale: #454545. Windows color (decimal): -11517134 or 3294032. OLE color: 3294032.

HSL color Cylindrical-coordinate representation of color #504332: hue angle of 34º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #504332 is Cyan = 0, Magento = 0.16, Yellow = 0.37 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 67 50 -
CMYK 0 0.16 0.37 0.69
HSL 34º 0.23% 0.25% -
HSV(B) 34º 0.38% 0.31% -
XYZ 5.89 5.95 3.86 -
YUV 68.95 117.31 135.88 -
System Red Green Blue C M Y K H S L
Decimal 80 67 50 0 0.16 0.37 0.69 34 0.23 0.25
Hex 50 43 32 0 10 25 45 22 17 19
Octal 120 103 62 0 20 45 105 42 27 31
Binary 1010000 1000011 110010 0 10000 100101 1000101 100010 10111 11001

Color Harmonies of #504332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504332

Black with #504332

Text Example


Text Example

White with #504332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504332; }

 p { color: rgb(80,67,50); }

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

background-color css

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

 a { background-color: rgb(80,67,50); }

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

border-color css

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

 span { border-color: rgb(80,67,50); }

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