Html Css Color HEX #524A18 Bronze Olive

📋 copy color: '#524A18'

red 82 ◦ green 74 ◦ blue 24

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

Shades of Bronze Olive #524A18

Tints of Bronze Olive #524A18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 13.33%

R = 45.56%
G = 41.11%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.71

 K value IS 0.68

RGB Variations

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

Color information

#524A18 (or 0x524A18) is known color: Bronze Olive. HEX triplet: 52, 4A and 18. RGB value is (82,74,24). Sum of RGB (Red+Green+Blue) = 82+74+24=180 (23% of max value = 765). Red value is 82 (32.42% from 255 or 45.56% from 180); Green value is 74 (29.30% from 255 or 41.11% from 180); Blue value is 24 (9.77% from 255 or 13.33% from 180); Max value from RGB is 82 - color contains mainly: red. Hex color #524A18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #524A18 is #ADB5E7. Grayscale: #464646. Windows color (decimal): -11384296 or 1591890. OLE color: 1591890.

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

Color convert

RGB 82 74 24 -
CMYK 0 0.10 0.71 0.68
HSL 51.72º 0.55% 0.21% -
HSV(B) 51.72º 0.71% 0.32% -
XYZ 6.09 6.76 1.85 -
YUV 70.69 101.65 136.07 -
System Red Green Blue C M Y K H S L
Decimal 82 74 24 0 0.10 0.71 0.68 51.72 0.55 0.21
Hex 52 4A 18 0 A 47 44 34 37 15
Octal 122 112 30 0 12 107 104 64 67 25
Binary 1010010 1001010 11000 0 1010 1000111 1000100 110100 110111 10101

Color Harmonies of #524A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524A18

Black with #524A18

Text Example


Text Example

White with #524A18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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