Html Css Color HEX #524D1F Bronze Olive

📋 copy color: '#524D1F'

red 82 ◦ green 77 ◦ blue 31

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

Shades of Bronze Olive #524D1F

Tints of Bronze Olive #524D1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 16.32%

R = 43.16%
G = 40.53%
B = 16.32%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.62

 K value IS 0.68

RGB Variations

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

Color information

#524D1F (or 0x524D1F) is known color: Bronze Olive. HEX triplet: 52, 4D and 1F. RGB value is (82,77,31). Sum of RGB (Red+Green+Blue) = 82+77+31=190 (25% of max value = 765). Red value is 82 (32.42% from 255 or 43.16% from 190); Green value is 77 (30.47% from 255 or 40.53% from 190); Blue value is 31 (12.5% from 255 or 16.32% from 190); Max value from RGB is 82 - color contains mainly: red. Hex color #524D1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #524D1F is #ADB2E0. Grayscale: #494949. Windows color (decimal): -11383521 or 2051410. OLE color: 2051410.

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

Color convert

RGB 82 77 31 -
CMYK 0 0.06 0.62 0.68
HSL 54.12º 0.45% 0.22% -
HSV(B) 54.12º 0.62% 0.32% -
XYZ 6.38 7.2 2.35 -
YUV 73.25 104.16 134.24 -
System Red Green Blue C M Y K H S L
Decimal 82 77 31 0 0.06 0.62 0.68 54.12 0.45 0.22
Hex 52 4D 1F 0 6 3E 44 36 2D 16
Octal 122 115 37 0 6 76 104 66 55 26
Binary 1010010 1001101 11111 0 110 111110 1000100 110110 101101 10110

Color Harmonies of #524D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524D1F

Black with #524D1F

Text Example


Text Example

White with #524D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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