Html Css Color HEX #504B0E Bronze Olive

📋 copy color: '#504B0E'

red 80 ◦ green 75 ◦ blue 14

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

Shades of Bronze Olive #504B0E

Tints of Bronze Olive #504B0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 8.28%

R = 47.34%
G = 44.38%
B = 8.28%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.83

 K value IS 0.69

RGB Variations

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

Color information

#504B0E (or 0x504B0E) is known color: Bronze Olive. HEX triplet: 50, 4B and 0E. RGB value is (80,75,14). Sum of RGB (Red+Green+Blue) = 80+75+14=169 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.34% from 169); Green value is 75 (29.69% from 255 or 44.38% from 169); Blue value is 14 (5.86% from 255 or 8.28% from 169); Max value from RGB is 80 - color contains mainly: red. Hex color #504B0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504B0E is #AFB4F1. Grayscale: #454545. Windows color (decimal): -11515122 or 936784. OLE color: 936784.

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

Color convert

RGB 80 75 14 -
CMYK 0 0.06 0.83 0.69
HSL 55.45º 0.7% 0.18% -
HSV(B) 55.45º 0.83% 0.31% -
XYZ 5.9 6.77 1.41 -
YUV 69.54 96.66 135.46 -
System Red Green Blue C M Y K H S L
Decimal 80 75 14 0 0.06 0.83 0.69 55.45 0.7 0.18
Hex 50 4B E 0 6 53 45 37 46 12
Octal 120 113 16 0 6 123 105 67 106 22
Binary 1010000 1001011 1110 0 110 1010011 1000101 110111 1000110 10010

Color Harmonies of #504B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504B0E

Black with #504B0E

Text Example


Text Example

White with #504B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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