Html Css Color HEX #524903 Bronze Olive

📋 copy color: '#524903'

red 82 ◦ green 73 ◦ blue 3

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

Shades of Bronze Olive #524903

Tints of Bronze Olive #524903

RGB

 RED value IS 82 (32.42% from 255) = 51.9%

 GREEN value IS 73 (28.91% from 255) = 46.2%

 BLUE value IS 3 (1.56% from 255) = 1.9%

R = 51.9%
G = 46.2%
B = 1.9%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.96

 K value IS 0.68

RGB Variations

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

Color information

#524903 (or 0x524903) is known color: Bronze Olive. HEX triplet: 52, 49 and 03. RGB value is (82,73,3). Sum of RGB (Red+Green+Blue) = 82+73+3=158 (20% of max value = 765). Red value is 82 (32.42% from 255 or 51.90% from 158); Green value is 73 (28.91% from 255 or 46.20% from 158); Blue value is 3 (1.56% from 255 or 1.90% from 158); Max value from RGB is 82 - color contains mainly: red. Hex color #524903 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #524903 is #ADB6FC. Grayscale: #444444. Windows color (decimal): -11384573 or 215378. OLE color: 215378.

HSL color Cylindrical-coordinate representation of color #524903: hue angle of 53.16º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #524903 is Cyan = 0, Magento = 0.11, Yellow = 0.96 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 73 3 -
CMYK 0 0.11 0.96 0.68
HSL 53.16º 0.93% 0.17% -
HSV(B) 53.16º 0.96% 0.32% -
XYZ 5.88 6.57 1.04 -
YUV 67.71 91.48 138.19 -
System Red Green Blue C M Y K H S L
Decimal 82 73 3 0 0.11 0.96 0.68 53.16 0.93 0.17
Hex 52 49 3 0 B 60 44 35 5D 11
Octal 122 111 3 0 13 140 104 65 135 21
Binary 1010010 1001001 11 0 1011 1100000 1000100 110101 1011101 10001

Color Harmonies of #524903

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524903

Black with #524903

Text Example


Text Example

White with #524903

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524903; }

 p { color: rgb(82,73,3); }

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

background-color css

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

 a { background-color: rgb(82,73,3); }

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

border-color css

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

 span { border-color: rgb(82,73,3); }

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