Html Css Color HEX #504723 Bronze Olive

📋 copy color: '#504723'

red 80 ◦ green 71 ◦ blue 35

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

Shades of Bronze Olive #504723

Tints of Bronze Olive #504723

RGB

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

 GREEN value IS 71 (28.13% from 255) = 38.17%

 BLUE value IS 35 (14.06% from 255) = 18.82%

R = 43.01%
G = 38.17%
B = 18.82%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.56

 K value IS 0.69

RGB Variations

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

Color information

#504723 (or 0x504723) is known color: Bronze Olive. HEX triplet: 50, 47 and 23. RGB value is (80,71,35). Sum of RGB (Red+Green+Blue) = 80+71+35=186 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.01% from 186); Green value is 71 (28.12% from 255 or 38.17% from 186); Blue value is 35 (14.06% from 255 or 18.82% from 186); Max value from RGB is 80 - color contains mainly: red. Hex color #504723 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504723 is #AFB8DC. Grayscale: #454545. Windows color (decimal): -11516125 or 2312016. OLE color: 2312016.

HSL color Cylindrical-coordinate representation of color #504723: hue angle of 48º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #504723 is Cyan = 0, Magento = 0.11, Yellow = 0.56 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 71 35 -
CMYK 0 0.11 0.56 0.69
HSL 48º 0.39% 0.23% -
HSV(B) 48º 0.56% 0.31% -
XYZ 5.86 6.33 2.5 -
YUV 69.59 108.48 135.43 -
System Red Green Blue C M Y K H S L
Decimal 80 71 35 0 0.11 0.56 0.69 48 0.39 0.23
Hex 50 47 23 0 B 38 45 30 27 17
Octal 120 107 43 0 13 70 105 60 47 27
Binary 1010000 1000111 100011 0 1011 111000 1000101 110000 100111 10111

Color Harmonies of #504723

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504723

Black with #504723

Text Example


Text Example

White with #504723

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504723; }

 p { color: rgb(80,71,35); }

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

background-color css

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

 a { background-color: rgb(80,71,35); }

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

border-color css

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

 span { border-color: rgb(80,71,35); }

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