Html Css Color HEX #524805 Bronze Olive

📋 copy color: '#524805'

red 82 ◦ green 72 ◦ blue 5

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

Shades of Bronze Olive #524805

Tints of Bronze Olive #524805

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 3.14%

R = 51.57%
G = 45.28%
B = 3.14%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.94

 K value IS 0.68

RGB Variations

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

Color information

#524805 (or 0x524805) is known color: Bronze Olive. HEX triplet: 52, 48 and 05. RGB value is (82,72,5). Sum of RGB (Red+Green+Blue) = 82+72+5=159 (21% of max value = 765). Red value is 82 (32.42% from 255 or 51.57% from 159); Green value is 72 (28.52% from 255 or 45.28% from 159); Blue value is 5 (2.34% from 255 or 3.14% from 159); Max value from RGB is 82 - color contains mainly: red. Hex color #524805 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #524805 is #ADB7FA. Grayscale: #434343. Windows color (decimal): -11384827 or 346194. OLE color: 346194.

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

Color convert

RGB 82 72 5 -
CMYK 0 0.12 0.94 0.68
HSL 52.21º 0.89% 0.17% -
HSV(B) 52.21º 0.94% 0.32% -
XYZ 5.82 6.44 1.08 -
YUV 67.35 92.81 138.45 -
System Red Green Blue C M Y K H S L
Decimal 82 72 5 0 0.12 0.94 0.68 52.21 0.89 0.17
Hex 52 48 5 0 C 5E 44 34 59 11
Octal 122 110 5 0 14 136 104 64 131 21
Binary 1010010 1001000 101 0 1100 1011110 1000100 110100 1011001 10001

Color Harmonies of #524805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524805

Black with #524805

Text Example


Text Example

White with #524805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524805; }

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

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

background-color css

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

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

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

border-color css

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

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

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