Html Css Color HEX #524906 Bronze Olive

📋 copy color: '#524906'

red 82 ◦ green 73 ◦ blue 6

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

Shades of Bronze Olive #524906

Tints of Bronze Olive #524906

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 3.73%

R = 50.93%
G = 45.34%
B = 3.73%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.93

 K value IS 0.68

RGB Variations

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

Color information

#524906 (or 0x524906) is known color: Bronze Olive. HEX triplet: 52, 49 and 06. RGB value is (82,73,6). Sum of RGB (Red+Green+Blue) = 82+73+6=161 (21% of max value = 765). Red value is 82 (32.42% from 255 or 50.93% from 161); Green value is 73 (28.91% from 255 or 45.34% from 161); Blue value is 6 (2.73% from 255 or 3.73% from 161); Max value from RGB is 82 - color contains mainly: red. Hex color #524906 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #524906 is #ADB6F9. Grayscale: #444444. Windows color (decimal): -11384570 or 411986. OLE color: 411986.

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

Color convert

RGB 82 73 6 -
CMYK 0 0.11 0.93 0.68
HSL 52.89º 0.86% 0.17% -
HSV(B) 52.89º 0.93% 0.32% -
XYZ 5.9 6.57 1.13 -
YUV 68.05 92.98 137.95 -
System Red Green Blue C M Y K H S L
Decimal 82 73 6 0 0.11 0.93 0.68 52.89 0.86 0.17
Hex 52 49 6 0 B 5D 44 35 56 11
Octal 122 111 6 0 13 135 104 65 126 21
Binary 1010010 1001001 110 0 1011 1011101 1000100 110101 1010110 10001

Color Harmonies of #524906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524906

Black with #524906

Text Example


Text Example

White with #524906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524906; }

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

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

background-color css

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

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

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

border-color css

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

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

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