Html Css Color HEX #524C18 Bronze Olive

📋 copy color: '#524C18'

red 82 ◦ green 76 ◦ blue 24

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

Shades of Bronze Olive #524C18

Tints of Bronze Olive #524C18

RGB

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

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

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

R = 45.05%
G = 41.76%
B = 13.19%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.71

 K value IS 0.68

RGB Variations

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

Color information

#524C18 (or 0x524C18) is known color: Bronze Olive. HEX triplet: 52, 4C and 18. RGB value is (82,76,24). Sum of RGB (Red+Green+Blue) = 82+76+24=182 (24% of max value = 765). Red value is 82 (32.42% from 255 or 45.05% from 182); Green value is 76 (30.08% from 255 or 41.76% from 182); Blue value is 24 (9.77% from 255 or 13.19% from 182); Max value from RGB is 82 - color contains mainly: red. Hex color #524C18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #524C18 is #ADB3E7. Grayscale: #484848. Windows color (decimal): -11383784 or 1592402. OLE color: 1592402.

HSL color Cylindrical-coordinate representation of color #524C18: hue angle of 53.79º 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 #524C18 is Cyan = 0, Magento = 0.07, Yellow = 0.71 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 76 24 -
CMYK 0 0.07 0.71 0.68
HSL 53.79º 0.55% 0.21% -
HSV(B) 53.79º 0.71% 0.32% -
XYZ 6.23 7.03 1.89 -
YUV 71.87 100.99 135.23 -
System Red Green Blue C M Y K H S L
Decimal 82 76 24 0 0.07 0.71 0.68 53.79 0.55 0.21
Hex 52 4C 18 0 7 47 44 36 37 15
Octal 122 114 30 0 7 107 104 66 67 25
Binary 1010010 1001100 11000 0 111 1000111 1000100 110110 110111 10101

Color Harmonies of #524C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524C18

Black with #524C18

Text Example


Text Example

White with #524C18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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