Html Css Color HEX #524C10 Bronze Olive

📋 copy color: '#524C10'

red 82 ◦ green 76 ◦ blue 16

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

Shades of Bronze Olive #524C10

Tints of Bronze Olive #524C10

RGB

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

 GREEN value IS 76 (30.08% from 255) = 43.68%

 BLUE value IS 16 (6.64% from 255) = 9.2%

R = 47.13%
G = 43.68%
B = 9.2%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.80

 K value IS 0.68

RGB Variations

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

Color information

#524C10 (or 0x524C10) is known color: Bronze Olive. HEX triplet: 52, 4C and 10. RGB value is (82,76,16). Sum of RGB (Red+Green+Blue) = 82+76+16=174 (23% of max value = 765). Red value is 82 (32.42% from 255 or 47.13% from 174); Green value is 76 (30.08% from 255 or 43.68% from 174); Blue value is 16 (6.64% from 255 or 9.20% from 174); Max value from RGB is 82 - color contains mainly: red. Hex color #524C10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #524C10 is #ADB3EF. Grayscale: #474747. Windows color (decimal): -11383792 or 1068114. OLE color: 1068114.

HSL color Cylindrical-coordinate representation of color #524C10: hue angle of 54.55º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #524C10 is Cyan = 0, Magento = 0.07, Yellow = 0.80 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 76 16 -
CMYK 0 0.07 0.80 0.68
HSL 54.55º 0.67% 0.19% -
HSV(B) 54.55º 0.8% 0.32% -
XYZ 6.16 7 1.52 -
YUV 70.95 96.99 135.88 -
System Red Green Blue C M Y K H S L
Decimal 82 76 16 0 0.07 0.80 0.68 54.55 0.67 0.19
Hex 52 4C 10 0 7 50 44 37 43 13
Octal 122 114 20 0 7 120 104 67 103 23
Binary 1010010 1001100 10000 0 111 1010000 1000100 110111 1000011 10011

Color Harmonies of #524C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524C10

Black with #524C10

Text Example


Text Example

White with #524C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524C10; }

 p { color: rgb(82,76,16); }

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

background-color css

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

 a { background-color: rgb(82,76,16); }

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

border-color css

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

 span { border-color: rgb(82,76,16); }

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