Html Css Color HEX #504A23 Bronze Olive

📋 copy color: '#504A23'

red 80 ◦ green 74 ◦ blue 35

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

Shades of Bronze Olive #504A23

Tints of Bronze Olive #504A23

RGB

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

 GREEN value IS 74 (29.3% from 255) = 39.15%

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

R = 42.33%
G = 39.15%
B = 18.52%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.56

 K value IS 0.69

RGB Variations

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

Color information

#504A23 (or 0x504A23) is known color: Bronze Olive. HEX triplet: 50, 4A and 23. RGB value is (80,74,35). Sum of RGB (Red+Green+Blue) = 80+74+35=189 (25% of max value = 765). Red value is 80 (31.64% from 255 or 42.33% from 189); Green value is 74 (29.30% from 255 or 39.15% from 189); Blue value is 35 (14.06% from 255 or 18.52% from 189); Max value from RGB is 80 - color contains mainly: red. Hex color #504A23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504A23 is #AFB5DC. Grayscale: #474747. Windows color (decimal): -11515357 or 2312784. OLE color: 2312784.

HSL color Cylindrical-coordinate representation of color #504A23: hue angle of 52º 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 #504A23 is Cyan = 0, Magento = 0.08, Yellow = 0.56 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 74 35 -
CMYK 0 0.08 0.56 0.69
HSL 52º 0.39% 0.23% -
HSV(B) 52º 0.56% 0.31% -
XYZ 6.06 6.72 2.57 -
YUV 71.35 107.49 134.17 -
System Red Green Blue C M Y K H S L
Decimal 80 74 35 0 0.08 0.56 0.69 52 0.39 0.23
Hex 50 4A 23 0 8 38 45 34 27 17
Octal 120 112 43 0 10 70 105 64 47 27
Binary 1010000 1001010 100011 0 1000 111000 1000101 110100 100111 10111

Color Harmonies of #504A23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504A23

Black with #504A23

Text Example


Text Example

White with #504A23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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