Html Css Color HEX #524928 Bronze Olive

📋 copy color: '#524928'

red 82 ◦ green 73 ◦ blue 40

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

Shades of Bronze Olive #524928

Tints of Bronze Olive #524928

RGB

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

 GREEN value IS 73 (28.91% from 255) = 37.44%

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

R = 42.05%
G = 37.44%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.51

 K value IS 0.68

RGB Variations

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

Color information

#524928 (or 0x524928) is known color: Bronze Olive. HEX triplet: 52, 49 and 28. RGB value is (82,73,40). Sum of RGB (Red+Green+Blue) = 82+73+40=195 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.05% from 195); Green value is 73 (28.91% from 255 or 37.44% from 195); Blue value is 40 (16.02% from 255 or 20.51% from 195); Max value from RGB is 82 - color contains mainly: red. Hex color #524928 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524928 is #ADB6D7. Grayscale: #484848. Windows color (decimal): -11384536 or 2640210. OLE color: 2640210.

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

Color convert

RGB 82 73 40 -
CMYK 0 0.11 0.51 0.68
HSL 47.14º 0.34% 0.24% -
HSV(B) 47.14º 0.51% 0.32% -
XYZ 6.25 6.71 2.97 -
YUV 71.93 109.98 135.18 -
System Red Green Blue C M Y K H S L
Decimal 82 73 40 0 0.11 0.51 0.68 47.14 0.34 0.24
Hex 52 49 28 0 B 33 44 2F 22 18
Octal 122 111 50 0 13 63 104 57 42 30
Binary 1010010 1001001 101000 0 1011 110011 1000100 101111 100010 11000

Color Harmonies of #524928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524928

Black with #524928

Text Example


Text Example

White with #524928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524928; }

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

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

background-color css

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

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

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

border-color css

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

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

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