Html Css Color HEX #524A1D Bronze Olive

📋 copy color: '#524A1D'

red 82 ◦ green 74 ◦ blue 29

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

Shades of Bronze Olive #524A1D

Tints of Bronze Olive #524A1D

RGB

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

 GREEN value IS 74 (29.3% from 255) = 40%

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

R = 44.32%
G = 40%
B = 15.68%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.65

 K value IS 0.68

RGB Variations

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

Color information

#524A1D (or 0x524A1D) is known color: Bronze Olive. HEX triplet: 52, 4A and 1D. RGB value is (82,74,29). Sum of RGB (Red+Green+Blue) = 82+74+29=185 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.32% from 185); Green value is 74 (29.30% from 255 or 40% from 185); Blue value is 29 (11.72% from 255 or 15.68% from 185); Max value from RGB is 82 - color contains mainly: red. Hex color #524A1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524A1D is #ADB5E2. Grayscale: #474747. Windows color (decimal): -11384291 or 1919570. OLE color: 1919570.

HSL color Cylindrical-coordinate representation of color #524A1D: hue angle of 50.94º 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 #524A1D is Cyan = 0, Magento = 0.10, Yellow = 0.65 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 74 29 -
CMYK 0 0.10 0.65 0.68
HSL 50.94º 0.48% 0.22% -
HSV(B) 50.94º 0.65% 0.32% -
XYZ 6.15 6.78 2.15 -
YUV 71.26 104.15 135.66 -
System Red Green Blue C M Y K H S L
Decimal 82 74 29 0 0.10 0.65 0.68 50.94 0.48 0.22
Hex 52 4A 1D 0 A 41 44 33 30 16
Octal 122 112 35 0 12 101 104 63 60 26
Binary 1010010 1001010 11101 0 1010 1000001 1000100 110011 110000 10110

Color Harmonies of #524A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524A1D

Black with #524A1D

Text Example


Text Example

White with #524A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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