Html Css Color HEX #504C21 Bronze Olive

📋 copy color: '#504C21'

red 80 ◦ green 76 ◦ blue 33

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

Shades of Bronze Olive #504C21

Tints of Bronze Olive #504C21

RGB

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

 GREEN value IS 76 (30.08% from 255) = 40.21%

 BLUE value IS 33 (13.28% from 255) = 17.46%

R = 42.33%
G = 40.21%
B = 17.46%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.59

 K value IS 0.69

RGB Variations

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

Color information

#504C21 (or 0x504C21) is known color: Bronze Olive. HEX triplet: 50, 4C and 21. RGB value is (80,76,33). Sum of RGB (Red+Green+Blue) = 80+76+33=189 (25% of max value = 765). Red value is 80 (31.64% from 255 or 42.33% from 189); Green value is 76 (30.08% from 255 or 40.21% from 189); Blue value is 33 (13.28% from 255 or 17.46% from 189); Max value from RGB is 80 - color contains mainly: red. Hex color #504C21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504C21 is #AFB3DE. Grayscale: #484848. Windows color (decimal): -11514847 or 2182224. OLE color: 2182224.

HSL color Cylindrical-coordinate representation of color #504C21: hue angle of 54.89º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #504C21 is Cyan = 0, Magento = 0.05, Yellow = 0.59 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 76 33 -
CMYK 0 0.05 0.59 0.69
HSL 54.89º 0.42% 0.22% -
HSV(B) 54.89º 0.59% 0.31% -
XYZ 6.17 6.98 2.46 -
YUV 72.29 105.83 133.5 -
System Red Green Blue C M Y K H S L
Decimal 80 76 33 0 0.05 0.59 0.69 54.89 0.42 0.22
Hex 50 4C 21 0 5 3B 45 37 2A 16
Octal 120 114 41 0 5 73 105 67 52 26
Binary 1010000 1001100 100001 0 101 111011 1000101 110111 101010 10110

Color Harmonies of #504C21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504C21

Black with #504C21

Text Example


Text Example

White with #504C21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504C21; }

 p { color: rgb(80,76,33); }

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

background-color css

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

 a { background-color: rgb(80,76,33); }

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

border-color css

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

 span { border-color: rgb(80,76,33); }

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