Html Css Color HEX #524818 Bronze Olive

📋 copy color: '#524818'

red 82 ◦ green 72 ◦ blue 24

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

Shades of Bronze Olive #524818

Tints of Bronze Olive #524818

RGB

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

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

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

R = 46.07%
G = 40.45%
B = 13.48%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.71

 K value IS 0.68

RGB Variations

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

Color information

#524818 (or 0x524818) is known color: Bronze Olive. HEX triplet: 52, 48 and 18. RGB value is (82,72,24). Sum of RGB (Red+Green+Blue) = 82+72+24=178 (23% of max value = 765). Red value is 82 (32.42% from 255 or 46.07% from 178); Green value is 72 (28.52% from 255 or 40.45% from 178); Blue value is 24 (9.77% from 255 or 13.48% from 178); Max value from RGB is 82 - color contains mainly: red. Hex color #524818 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #524818 is #ADB7E7. Grayscale: #454545. Windows color (decimal): -11384808 or 1591378. OLE color: 1591378.

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

Color convert

RGB 82 72 24 -
CMYK 0 0.12 0.71 0.68
HSL 49.66º 0.55% 0.21% -
HSV(B) 49.66º 0.71% 0.32% -
XYZ 5.96 6.49 1.8 -
YUV 69.52 102.31 136.9 -
System Red Green Blue C M Y K H S L
Decimal 82 72 24 0 0.12 0.71 0.68 49.66 0.55 0.21
Hex 52 48 18 0 C 47 44 32 37 15
Octal 122 110 30 0 14 107 104 62 67 25
Binary 1010010 1001000 11000 0 1100 1000111 1000100 110010 110111 10101

Color Harmonies of #524818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524818

Black with #524818

Text Example


Text Example

White with #524818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524818; }

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

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

background-color css

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

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

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

border-color css

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

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

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