Html Css Color HEX #504617 Bronze Olive

📋 copy color: '#504617'

red 80 ◦ green 70 ◦ blue 23

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

Shades of Bronze Olive #504617

Tints of Bronze Olive #504617

RGB

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

 GREEN value IS 70 (27.73% from 255) = 40.46%

 BLUE value IS 23 (9.38% from 255) = 13.29%

R = 46.24%
G = 40.46%
B = 13.29%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.71

 K value IS 0.69

RGB Variations

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

Color information

#504617 (or 0x504617) is known color: Bronze Olive. HEX triplet: 50, 46 and 17. RGB value is (80,70,23). Sum of RGB (Red+Green+Blue) = 80+70+23=173 (22% of max value = 765). Red value is 80 (31.64% from 255 or 46.24% from 173); Green value is 70 (27.73% from 255 or 40.46% from 173); Blue value is 23 (9.38% from 255 or 13.29% from 173); Max value from RGB is 80 - color contains mainly: red. Hex color #504617 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504617 is #AFB9E8. Grayscale: #434343. Windows color (decimal): -11516393 or 1525328. OLE color: 1525328.

HSL color Cylindrical-coordinate representation of color #504617: hue angle of 49.47º degrees, saturation: 0.55, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #504617 is Cyan = 0, Magento = 0.12, Yellow = 0.71 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 70 23 -
CMYK 0 0.12 0.71 0.69
HSL 49.47º 0.55% 0.2% -
HSV(B) 49.47º 0.71% 0.31% -
XYZ 5.65 6.15 1.7 -
YUV 67.63 102.81 136.82 -
System Red Green Blue C M Y K H S L
Decimal 80 70 23 0 0.12 0.71 0.69 49.47 0.55 0.2
Hex 50 46 17 0 C 47 45 31 37 14
Octal 120 106 27 0 14 107 105 61 67 24
Binary 1010000 1000110 10111 0 1100 1000111 1000101 110001 110111 10100

Color Harmonies of #504617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504617

Black with #504617

Text Example


Text Example

White with #504617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504617; }

 p { color: rgb(80,70,23); }

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

background-color css

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

 a { background-color: rgb(80,70,23); }

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

border-color css

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

 span { border-color: rgb(80,70,23); }

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