Html Css Color HEX #504B15 Bronze Olive

📋 copy color: '#504B15'

red 80 ◦ green 75 ◦ blue 21

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

Shades of Bronze Olive #504B15

Tints of Bronze Olive #504B15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 11.93%

R = 45.45%
G = 42.61%
B = 11.93%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.74

 K value IS 0.69

RGB Variations

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

Color information

#504B15 (or 0x504B15) is known color: Bronze Olive. HEX triplet: 50, 4B and 15. RGB value is (80,75,21). Sum of RGB (Red+Green+Blue) = 80+75+21=176 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.45% from 176); Green value is 75 (29.69% from 255 or 42.61% from 176); Blue value is 21 (8.59% from 255 or 11.93% from 176); Max value from RGB is 80 - color contains mainly: red. Hex color #504B15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504B15 is #AFB4EA. Grayscale: #464646. Windows color (decimal): -11515115 or 1395536. OLE color: 1395536.

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

Color convert

RGB 80 75 21 -
CMYK 0 0.06 0.74 0.69
HSL 54.92º 0.58% 0.2% -
HSV(B) 54.92º 0.74% 0.31% -
XYZ 5.96 6.79 1.71 -
YUV 70.34 100.16 134.89 -
System Red Green Blue C M Y K H S L
Decimal 80 75 21 0 0.06 0.74 0.69 54.92 0.58 0.2
Hex 50 4B 15 0 6 4A 45 37 3A 14
Octal 120 113 25 0 6 112 105 67 72 24
Binary 1010000 1001011 10101 0 110 1001010 1000101 110111 111010 10100

Color Harmonies of #504B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504B15

Black with #504B15

Text Example


Text Example

White with #504B15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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