Html Css Color HEX #524425 Bronze Olive

📋 copy color: '#524425'

red 82 ◦ green 68 ◦ blue 37

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

Shades of Bronze Olive #524425

Tints of Bronze Olive #524425

RGB

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

 GREEN value IS 68 (26.95% from 255) = 36.36%

 BLUE value IS 37 (14.84% from 255) = 19.79%

R = 43.85%
G = 36.36%
B = 19.79%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.55

 K value IS 0.68

RGB Variations

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

Color information

#524425 (or 0x524425) is known color: Bronze Olive. HEX triplet: 52, 44 and 25. RGB value is (82,68,37). Sum of RGB (Red+Green+Blue) = 82+68+37=187 (24% of max value = 765). Red value is 82 (32.42% from 255 or 43.85% from 187); Green value is 68 (26.95% from 255 or 36.36% from 187); Blue value is 37 (14.84% from 255 or 19.79% from 187); Max value from RGB is 82 - color contains mainly: red. Hex color #524425 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524425 is #ADBBDA. Grayscale: #444444. Windows color (decimal): -11385819 or 2442322. OLE color: 2442322.

HSL color Cylindrical-coordinate representation of color #524425: hue angle of 41.33º degrees, saturation: 0.38, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #524425 is Cyan = 0, Magento = 0.17, Yellow = 0.55 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 68 37 -
CMYK 0 0.17 0.55 0.68
HSL 41.33º 0.38% 0.23% -
HSV(B) 41.33º 0.55% 0.32% -
XYZ 5.88 6.06 2.61 -
YUV 68.65 110.14 137.52 -
System Red Green Blue C M Y K H S L
Decimal 82 68 37 0 0.17 0.55 0.68 41.33 0.38 0.23
Hex 52 44 25 0 11 37 44 29 26 17
Octal 122 104 45 0 21 67 104 51 46 27
Binary 1010010 1000100 100101 0 10001 110111 1000100 101001 100110 10111

Color Harmonies of #524425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524425

Black with #524425

Text Example


Text Example

White with #524425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524425; }

 p { color: rgb(82,68,37); }

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

background-color css

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

 a { background-color: rgb(82,68,37); }

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

border-color css

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

 span { border-color: rgb(82,68,37); }

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