Html Css Color HEX #504C1A Bronze Olive

📋 copy color: '#504C1A'

red 80 ◦ green 76 ◦ blue 26

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

Shades of Bronze Olive #504C1A

Tints of Bronze Olive #504C1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 14.29%

R = 43.96%
G = 41.76%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.67

 K value IS 0.69

RGB Variations

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

Color information

#504C1A (or 0x504C1A) is known color: Bronze Olive. HEX triplet: 50, 4C and 1A. RGB value is (80,76,26). Sum of RGB (Red+Green+Blue) = 80+76+26=182 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.96% from 182); Green value is 76 (30.08% from 255 or 41.76% from 182); Blue value is 26 (10.55% from 255 or 14.29% from 182); Max value from RGB is 80 - color contains mainly: red. Hex color #504C1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504C1A is #AFB3E5. Grayscale: #474747. Windows color (decimal): -11514854 or 1723472. OLE color: 1723472.

HSL color Cylindrical-coordinate representation of color #504C1A: hue angle of 55.56º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #504C1A is Cyan = 0, Magento = 0.05, Yellow = 0.67 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 76 26 -
CMYK 0 0.05 0.67 0.69
HSL 55.56º 0.51% 0.21% -
HSV(B) 55.56º 0.68% 0.31% -
XYZ 6.08 6.95 2 -
YUV 71.5 102.33 134.07 -
System Red Green Blue C M Y K H S L
Decimal 80 76 26 0 0.05 0.67 0.69 55.56 0.51 0.21
Hex 50 4C 1A 0 5 43 45 38 33 15
Octal 120 114 32 0 5 103 105 70 63 25
Binary 1010000 1001100 11010 0 101 1000011 1000101 111000 110011 10101

Color Harmonies of #504C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504C1A

Black with #504C1A

Text Example


Text Example

White with #504C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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