Html Css Color HEX #524D1C Bronze Olive

📋 copy color: '#524D1C'

red 82 ◦ green 77 ◦ blue 28

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

Shades of Bronze Olive #524D1C

Tints of Bronze Olive #524D1C

RGB

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

 GREEN value IS 77 (30.47% from 255) = 41.18%

 BLUE value IS 28 (11.33% from 255) = 14.97%

R = 43.85%
G = 41.18%
B = 14.97%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.66

 K value IS 0.68

RGB Variations

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

Color information

#524D1C (or 0x524D1C) is known color: Bronze Olive. HEX triplet: 52, 4D and 1C. RGB value is (82,77,28). Sum of RGB (Red+Green+Blue) = 82+77+28=187 (24% of max value = 765). Red value is 82 (32.42% from 255 or 43.85% from 187); Green value is 77 (30.47% from 255 or 41.18% from 187); Blue value is 28 (11.33% from 255 or 14.97% from 187); Max value from RGB is 82 - color contains mainly: red. Hex color #524D1C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #524D1C is #ADB2E3. Grayscale: #494949. Windows color (decimal): -11383524 or 1854802. OLE color: 1854802.

HSL color Cylindrical-coordinate representation of color #524D1C: hue angle of 54.44º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #524D1C is Cyan = 0, Magento = 0.06, Yellow = 0.66 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 77 28 -
CMYK 0 0.06 0.66 0.68
HSL 54.44º 0.49% 0.22% -
HSV(B) 54.44º 0.66% 0.32% -
XYZ 6.34 7.19 2.15 -
YUV 72.91 102.66 134.48 -
System Red Green Blue C M Y K H S L
Decimal 82 77 28 0 0.06 0.66 0.68 54.44 0.49 0.22
Hex 52 4D 1C 0 6 42 44 36 31 16
Octal 122 115 34 0 6 102 104 66 61 26
Binary 1010010 1001101 11100 0 110 1000010 1000100 110110 110001 10110

Color Harmonies of #524D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524D1C

Black with #524D1C

Text Example


Text Example

White with #524D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524D1C; }

 p { color: rgb(82,77,28); }

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

background-color css

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

 a { background-color: rgb(82,77,28); }

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

border-color css

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

 span { border-color: rgb(82,77,28); }

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