Html Css Color HEX #524806 Bronze Olive

📋 copy color: '#524806'

red 82 ◦ green 72 ◦ blue 6

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

Shades of Bronze Olive #524806

Tints of Bronze Olive #524806

RGB

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

 GREEN value IS 72 (28.52% from 255) = 45%

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

R = 51.25%
G = 45%
B = 3.75%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.93

 K value IS 0.68

RGB Variations

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

Color information

#524806 (or 0x524806) is known color: Bronze Olive. HEX triplet: 52, 48 and 06. RGB value is (82,72,6). Sum of RGB (Red+Green+Blue) = 82+72+6=160 (21% of max value = 765). Red value is 82 (32.42% from 255 or 51.25% from 160); Green value is 72 (28.52% from 255 or 45% from 160); Blue value is 6 (2.73% from 255 or 3.75% from 160); Max value from RGB is 82 - color contains mainly: red. Hex color #524806 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #524806 is #ADB7F9. Grayscale: #434343. Windows color (decimal): -11384826 or 411730. OLE color: 411730.

HSL color Cylindrical-coordinate representation of color #524806: hue angle of 52.11º 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 #524806 is Cyan = 0, Magento = 0.12, Yellow = 0.93 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 72 6 -
CMYK 0 0.12 0.93 0.68
HSL 52.11º 0.86% 0.17% -
HSV(B) 52.11º 0.93% 0.32% -
XYZ 5.83 6.44 1.11 -
YUV 67.47 93.31 138.37 -
System Red Green Blue C M Y K H S L
Decimal 82 72 6 0 0.12 0.93 0.68 52.11 0.86 0.17
Hex 52 48 6 0 C 5D 44 34 56 11
Octal 122 110 6 0 14 135 104 64 126 21
Binary 1010010 1001000 110 0 1100 1011101 1000100 110100 1010110 10001

Color Harmonies of #524806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524806

Black with #524806

Text Example


Text Example

White with #524806

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524806; }

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

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

background-color css

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

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

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

border-color css

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

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

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