Html Css Color HEX #524526 Bronze Olive

📋 copy color: '#524526'

red 82 ◦ green 69 ◦ blue 38

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

Shades of Bronze Olive #524526

Tints of Bronze Olive #524526

RGB

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

 GREEN value IS 69 (27.34% from 255) = 36.51%

 BLUE value IS 38 (15.23% from 255) = 20.11%

R = 43.39%
G = 36.51%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.54

 K value IS 0.68

RGB Variations

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

Color information

#524526 (or 0x524526) is known color: Bronze Olive. HEX triplet: 52, 45 and 26. RGB value is (82,69,38). Sum of RGB (Red+Green+Blue) = 82+69+38=189 (25% of max value = 765). Red value is 82 (32.42% from 255 or 43.39% from 189); Green value is 69 (27.34% from 255 or 36.51% from 189); Blue value is 38 (15.23% from 255 or 20.11% from 189); Max value from RGB is 82 - color contains mainly: red. Hex color #524526 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524526 is #ADBAD9. Grayscale: #454545. Windows color (decimal): -11385562 or 2508114. OLE color: 2508114.

HSL color Cylindrical-coordinate representation of color #524526: hue angle of 42.27º degrees, saturation: 0.37, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #524526 is Cyan = 0, Magento = 0.16, Yellow = 0.54 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 69 38 -
CMYK 0 0.16 0.54 0.68
HSL 42.27º 0.37% 0.24% -
HSV(B) 42.27º 0.54% 0.32% -
XYZ 5.96 6.19 2.71 -
YUV 69.35 110.31 137.02 -
System Red Green Blue C M Y K H S L
Decimal 82 69 38 0 0.16 0.54 0.68 42.27 0.37 0.24
Hex 52 45 26 0 10 36 44 2A 25 18
Octal 122 105 46 0 20 66 104 52 45 30
Binary 1010010 1000101 100110 0 10000 110110 1000100 101010 100101 11000

Color Harmonies of #524526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524526

Black with #524526

Text Example


Text Example

White with #524526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524526; }

 p { color: rgb(82,69,38); }

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

background-color css

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

 a { background-color: rgb(82,69,38); }

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

border-color css

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

 span { border-color: rgb(82,69,38); }

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