Html Css Color HEX #524922 Bronze Olive

📋 copy color: '#524922'

red 82 ◦ green 73 ◦ blue 34

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

Shades of Bronze Olive #524922

Tints of Bronze Olive #524922

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 17.99%

R = 43.39%
G = 38.62%
B = 17.99%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.59

 K value IS 0.68

RGB Variations

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

Color information

#524922 (or 0x524922) is known color: Bronze Olive. HEX triplet: 52, 49 and 22. RGB value is (82,73,34). Sum of RGB (Red+Green+Blue) = 82+73+34=189 (25% of max value = 765). Red value is 82 (32.42% from 255 or 43.39% from 189); Green value is 73 (28.91% from 255 or 38.62% from 189); Blue value is 34 (13.67% from 255 or 17.99% from 189); Max value from RGB is 82 - color contains mainly: red. Hex color #524922 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524922 is #ADB6DD. Grayscale: #474747. Windows color (decimal): -11384542 or 2246994. OLE color: 2246994.

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

Color convert

RGB 82 73 34 -
CMYK 0 0.11 0.59 0.68
HSL 48.75º 0.41% 0.23% -
HSV(B) 48.75º 0.59% 0.32% -
XYZ 6.15 6.67 2.48 -
YUV 71.25 106.98 135.67 -
System Red Green Blue C M Y K H S L
Decimal 82 73 34 0 0.11 0.59 0.68 48.75 0.41 0.23
Hex 52 49 22 0 B 3B 44 31 29 17
Octal 122 111 42 0 13 73 104 61 51 27
Binary 1010010 1001001 100010 0 1011 111011 1000100 110001 101001 10111

Color Harmonies of #524922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524922

Black with #524922

Text Example


Text Example

White with #524922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524922; }

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

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

background-color css

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

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

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

border-color css

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

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

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