Html Css Color HEX #504921 Bronze Olive

📋 copy color: '#504921'

red 80 ◦ green 73 ◦ blue 33

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

Shades of Bronze Olive #504921

Tints of Bronze Olive #504921

RGB

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

 GREEN value IS 73 (28.91% from 255) = 39.25%

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

R = 43.01%
G = 39.25%
B = 17.74%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.59

 K value IS 0.69

RGB Variations

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

Color information

#504921 (or 0x504921) is known color: Bronze Olive. HEX triplet: 50, 49 and 21. RGB value is (80,73,33). Sum of RGB (Red+Green+Blue) = 80+73+33=186 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.01% from 186); Green value is 73 (28.91% from 255 or 39.25% from 186); Blue value is 33 (13.28% from 255 or 17.74% from 186); Max value from RGB is 80 - color contains mainly: red. Hex color #504921 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504921 is #AFB6DE. Grayscale: #464646. Windows color (decimal): -11515615 or 2181456. OLE color: 2181456.

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

Color convert

RGB 80 73 33 -
CMYK 0 0.09 0.59 0.69
HSL 51.06º 0.42% 0.22% -
HSV(B) 51.06º 0.59% 0.31% -
XYZ 5.97 6.58 2.39 -
YUV 70.53 106.82 134.75 -
System Red Green Blue C M Y K H S L
Decimal 80 73 33 0 0.09 0.59 0.69 51.06 0.42 0.22
Hex 50 49 21 0 9 3B 45 33 2A 16
Octal 120 111 41 0 11 73 105 63 52 26
Binary 1010000 1001001 100001 0 1001 111011 1000101 110011 101010 10110

Color Harmonies of #504921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504921

Black with #504921

Text Example


Text Example

White with #504921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504921; }

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

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

background-color css

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

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

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

border-color css

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

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

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