Html Css Color HEX #524706 Bronze Olive

📋 copy color: '#524706'

red 82 ◦ green 71 ◦ blue 6

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

Shades of Bronze Olive #524706

Tints of Bronze Olive #524706

RGB

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

 GREEN value IS 71 (28.13% from 255) = 44.65%

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

R = 51.57%
G = 44.65%
B = 3.77%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.93

 K value IS 0.68

RGB Variations

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

Color information

#524706 (or 0x524706) is known color: Bronze Olive. HEX triplet: 52, 47 and 06. RGB value is (82,71,6). Sum of RGB (Red+Green+Blue) = 82+71+6=159 (21% of max value = 765). Red value is 82 (32.42% from 255 or 51.57% from 159); Green value is 71 (28.12% from 255 or 44.65% from 159); Blue value is 6 (2.73% from 255 or 3.77% from 159); Max value from RGB is 82 - color contains mainly: red. Hex color #524706 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #524706 is #ADB8F9. Grayscale: #434343. Windows color (decimal): -11385082 or 411474. OLE color: 411474.

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

Color convert

RGB 82 71 6 -
CMYK 0 0.13 0.93 0.68
HSL 51.32º 0.86% 0.17% -
HSV(B) 51.32º 0.93% 0.32% -
XYZ 5.77 6.31 1.09 -
YUV 66.88 93.64 138.79 -
System Red Green Blue C M Y K H S L
Decimal 82 71 6 0 0.13 0.93 0.68 51.32 0.86 0.17
Hex 52 47 6 0 D 5D 44 33 56 11
Octal 122 107 6 0 15 135 104 63 126 21
Binary 1010010 1000111 110 0 1101 1011101 1000100 110011 1010110 10001

Color Harmonies of #524706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524706

Black with #524706

Text Example


Text Example

White with #524706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524706; }

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

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

background-color css

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

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

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

border-color css

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

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

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