Html Css Color HEX #524A1C Bronze Olive

📋 copy color: '#524A1C'

red 82 ◦ green 74 ◦ blue 28

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

Shades of Bronze Olive #524A1C

Tints of Bronze Olive #524A1C

RGB

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

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

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

R = 44.57%
G = 40.22%
B = 15.22%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.66

 K value IS 0.68

RGB Variations

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

Color information

#524A1C (or 0x524A1C) is known color: Bronze Olive. HEX triplet: 52, 4A and 1C. RGB value is (82,74,28). Sum of RGB (Red+Green+Blue) = 82+74+28=184 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.57% from 184); Green value is 74 (29.30% from 255 or 40.22% from 184); Blue value is 28 (11.33% from 255 or 15.22% from 184); Max value from RGB is 82 - color contains mainly: red. Hex color #524A1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524A1C is #ADB5E3. Grayscale: #474747. Windows color (decimal): -11384292 or 1854034. OLE color: 1854034.

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

Color convert

RGB 82 74 28 -
CMYK 0 0.10 0.66 0.68
HSL 51.11º 0.49% 0.22% -
HSV(B) 51.11º 0.66% 0.32% -
XYZ 6.14 6.78 2.08 -
YUV 71.15 103.65 135.74 -
System Red Green Blue C M Y K H S L
Decimal 82 74 28 0 0.10 0.66 0.68 51.11 0.49 0.22
Hex 52 4A 1C 0 A 42 44 33 31 16
Octal 122 112 34 0 12 102 104 63 61 26
Binary 1010010 1001010 11100 0 1010 1000010 1000100 110011 110001 10110

Color Harmonies of #524A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524A1C

Black with #524A1C

Text Example


Text Example

White with #524A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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