Html Css Color HEX #524D1D Bronze Olive

📋 copy color: '#524D1D'

red 82 ◦ green 77 ◦ blue 29

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

Shades of Bronze Olive #524D1D

Tints of Bronze Olive #524D1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 15.43%

R = 43.62%
G = 40.96%
B = 15.43%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.65

 K value IS 0.68

RGB Variations

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

Color information

#524D1D (or 0x524D1D) is known color: Bronze Olive. HEX triplet: 52, 4D and 1D. RGB value is (82,77,29). Sum of RGB (Red+Green+Blue) = 82+77+29=188 (24% of max value = 765). Red value is 82 (32.42% from 255 or 43.62% from 188); Green value is 77 (30.47% from 255 or 40.96% from 188); Blue value is 29 (11.72% from 255 or 15.43% from 188); Max value from RGB is 82 - color contains mainly: red. Hex color #524D1D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #524D1D is #ADB2E2. Grayscale: #494949. Windows color (decimal): -11383523 or 1920338. OLE color: 1920338.

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

Color convert

RGB 82 77 29 -
CMYK 0 0.06 0.65 0.68
HSL 54.34º 0.48% 0.22% -
HSV(B) 54.34º 0.65% 0.32% -
XYZ 6.36 7.19 2.22 -
YUV 73.02 103.16 134.4 -
System Red Green Blue C M Y K H S L
Decimal 82 77 29 0 0.06 0.65 0.68 54.34 0.48 0.22
Hex 52 4D 1D 0 6 41 44 36 30 16
Octal 122 115 35 0 6 101 104 66 60 26
Binary 1010010 1001101 11101 0 110 1000001 1000100 110110 110000 10110

Color Harmonies of #524D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524D1D

Black with #524D1D

Text Example


Text Example

White with #524D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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