Html Css Color HEX #524828 Bronze Olive

📋 copy color: '#524828'

red 82 ◦ green 72 ◦ blue 40

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

Shades of Bronze Olive #524828

Tints of Bronze Olive #524828

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 20.62%

R = 42.27%
G = 37.11%
B = 20.62%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.51

 K value IS 0.68

RGB Variations

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

Color information

#524828 (or 0x524828) is known color: Bronze Olive. HEX triplet: 52, 48 and 28. RGB value is (82,72,40). Sum of RGB (Red+Green+Blue) = 82+72+40=194 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.27% from 194); Green value is 72 (28.52% from 255 or 37.11% from 194); Blue value is 40 (16.02% from 255 or 20.62% from 194); Max value from RGB is 82 - color contains mainly: red. Hex color #524828 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524828 is #ADB7D7. Grayscale: #474747. Windows color (decimal): -11384792 or 2639954. OLE color: 2639954.

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

Color convert

RGB 82 72 40 -
CMYK 0 0.12 0.51 0.68
HSL 45.71º 0.34% 0.24% -
HSV(B) 45.71º 0.51% 0.32% -
XYZ 6.18 6.58 2.95 -
YUV 71.34 110.31 135.6 -
System Red Green Blue C M Y K H S L
Decimal 82 72 40 0 0.12 0.51 0.68 45.71 0.34 0.24
Hex 52 48 28 0 C 33 44 2E 22 18
Octal 122 110 50 0 14 63 104 56 42 30
Binary 1010010 1001000 101000 0 1100 110011 1000100 101110 100010 11000

Color Harmonies of #524828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524828

Black with #524828

Text Example


Text Example

White with #524828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524828; }

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

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

background-color css

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

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

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

border-color css

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

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

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