Html Css Color HEX #524E17 Bronze Olive

📋 copy color: '#524E17'

red 82 ◦ green 78 ◦ blue 23

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

Shades of Bronze Olive #524E17

Tints of Bronze Olive #524E17

RGB

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

 GREEN value IS 78 (30.86% from 255) = 42.62%

 BLUE value IS 23 (9.38% from 255) = 12.57%

R = 44.81%
G = 42.62%
B = 12.57%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.72

 K value IS 0.68

RGB Variations

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

Color information

#524E17 (or 0x524E17) is known color: Bronze Olive. HEX triplet: 52, 4E and 17. RGB value is (82,78,23). Sum of RGB (Red+Green+Blue) = 82+78+23=183 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.81% from 183); Green value is 78 (30.86% from 255 or 42.62% from 183); Blue value is 23 (9.38% from 255 or 12.57% from 183); Max value from RGB is 82 - color contains mainly: red. Hex color #524E17 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #524E17 is #ADB1E8. Grayscale: #494949. Windows color (decimal): -11383273 or 1527378. OLE color: 1527378.

HSL color Cylindrical-coordinate representation of color #524E17: hue angle of 55.93º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #524E17 is Cyan = 0, Magento = 0.05, Yellow = 0.72 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 78 23 -
CMYK 0 0.05 0.72 0.68
HSL 55.93º 0.56% 0.21% -
HSV(B) 55.93º 0.72% 0.32% -
XYZ 6.36 7.3 1.89 -
YUV 72.93 99.83 134.47 -
System Red Green Blue C M Y K H S L
Decimal 82 78 23 0 0.05 0.72 0.68 55.93 0.56 0.21
Hex 52 4E 17 0 5 48 44 38 38 15
Octal 122 116 27 0 5 110 104 70 70 25
Binary 1010010 1001110 10111 0 101 1001000 1000100 111000 111000 10101

Color Harmonies of #524E17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524E17

Black with #524E17

Text Example


Text Example

White with #524E17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,78,23); }

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

background-color css

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

 a { background-color: rgb(82,78,23); }

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

border-color css

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

 span { border-color: rgb(82,78,23); }

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