Html Css Color HEX #504B19 Bronze Olive

📋 copy color: '#504B19'

red 80 ◦ green 75 ◦ blue 25

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

Shades of Bronze Olive #504B19

Tints of Bronze Olive #504B19

RGB

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

 GREEN value IS 75 (29.69% from 255) = 41.67%

 BLUE value IS 25 (10.16% from 255) = 13.89%

R = 44.44%
G = 41.67%
B = 13.89%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.69

 K value IS 0.69

RGB Variations

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

Color information

#504B19 (or 0x504B19) is known color: Bronze Olive. HEX triplet: 50, 4B and 19. RGB value is (80,75,25). Sum of RGB (Red+Green+Blue) = 80+75+25=180 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.44% from 180); Green value is 75 (29.69% from 255 or 41.67% from 180); Blue value is 25 (10.16% from 255 or 13.89% from 180); Max value from RGB is 80 - color contains mainly: red. Hex color #504B19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504B19 is #AFB4E6. Grayscale: #474747. Windows color (decimal): -11515111 or 1657680. OLE color: 1657680.

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

Color convert

RGB 80 75 25 -
CMYK 0 0.06 0.69 0.69
HSL 54.55º 0.52% 0.21% -
HSV(B) 54.55º 0.69% 0.31% -
XYZ 6 6.81 1.92 -
YUV 70.8 102.16 134.57 -
System Red Green Blue C M Y K H S L
Decimal 80 75 25 0 0.06 0.69 0.69 54.55 0.52 0.21
Hex 50 4B 19 0 6 45 45 37 34 15
Octal 120 113 31 0 6 105 105 67 64 25
Binary 1010000 1001011 11001 0 110 1000101 1000101 110111 110100 10101

Color Harmonies of #504B19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504B19

Black with #504B19

Text Example


Text Example

White with #504B19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,75,25); }

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

background-color css

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

 a { background-color: rgb(80,75,25); }

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

border-color css

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

 span { border-color: rgb(80,75,25); }

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