Html Css Color HEX #524A12 Bronze Olive

📋 copy color: '#524A12'

red 82 ◦ green 74 ◦ blue 18

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

Shades of Bronze Olive #524A12

Tints of Bronze Olive #524A12

RGB

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

 GREEN value IS 74 (29.3% from 255) = 42.53%

 BLUE value IS 18 (7.42% from 255) = 10.34%

R = 47.13%
G = 42.53%
B = 10.34%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.78

 K value IS 0.68

RGB Variations

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

Color information

#524A12 (or 0x524A12) is known color: Bronze Olive. HEX triplet: 52, 4A and 12. RGB value is (82,74,18). Sum of RGB (Red+Green+Blue) = 82+74+18=174 (23% of max value = 765). Red value is 82 (32.42% from 255 or 47.13% from 174); Green value is 74 (29.30% from 255 or 42.53% from 174); Blue value is 18 (7.42% from 255 or 10.34% from 174); Max value from RGB is 82 - color contains mainly: red. Hex color #524A12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #524A12 is #ADB5ED. Grayscale: #464646. Windows color (decimal): -11384302 or 1198674. OLE color: 1198674.

HSL color Cylindrical-coordinate representation of color #524A12: hue angle of 52.5º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #524A12 is Cyan = 0, Magento = 0.10, Yellow = 0.78 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 74 18 -
CMYK 0 0.10 0.78 0.68
HSL 52.5º 0.64% 0.2% -
HSV(B) 52.5º 0.78% 0.32% -
XYZ 6.04 6.74 1.55 -
YUV 70.01 98.65 136.55 -
System Red Green Blue C M Y K H S L
Decimal 82 74 18 0 0.10 0.78 0.68 52.5 0.64 0.2
Hex 52 4A 12 0 A 4E 44 34 40 14
Octal 122 112 22 0 12 116 104 64 100 24
Binary 1010010 1001010 10010 0 1010 1001110 1000100 110100 1000000 10100

Color Harmonies of #524A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524A12

Black with #524A12

Text Example


Text Example

White with #524A12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,74,18); }

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

background-color css

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

 a { background-color: rgb(82,74,18); }

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

border-color css

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

 span { border-color: rgb(82,74,18); }

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