Html Css Color HEX #524D23 Bronze Olive

📋 copy color: '#524D23'

red 82 ◦ green 77 ◦ blue 35

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

Shades of Bronze Olive #524D23

Tints of Bronze Olive #524D23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 18.04%

R = 42.27%
G = 39.69%
B = 18.04%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.57

 K value IS 0.68

RGB Variations

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

Color information

#524D23 (or 0x524D23) is known color: Bronze Olive. HEX triplet: 52, 4D and 23. RGB value is (82,77,35). Sum of RGB (Red+Green+Blue) = 82+77+35=194 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.27% from 194); Green value is 77 (30.47% from 255 or 39.69% from 194); Blue value is 35 (14.06% from 255 or 18.04% from 194); Max value from RGB is 82 - color contains mainly: red. Hex color #524D23 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #524D23 is #ADB2DC. Grayscale: #494949. Windows color (decimal): -11383517 or 2313554. OLE color: 2313554.

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

Color convert

RGB 82 77 35 -
CMYK 0 0.06 0.57 0.68
HSL 53.62º 0.4% 0.23% -
HSV(B) 53.62º 0.57% 0.32% -
XYZ 6.44 7.22 2.65 -
YUV 73.71 106.16 133.92 -
System Red Green Blue C M Y K H S L
Decimal 82 77 35 0 0.06 0.57 0.68 53.62 0.4 0.23
Hex 52 4D 23 0 6 39 44 36 28 17
Octal 122 115 43 0 6 71 104 66 50 27
Binary 1010010 1001101 100011 0 110 111001 1000100 110110 101000 10111

Color Harmonies of #524D23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524D23

Black with #524D23

Text Example


Text Example

White with #524D23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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