Html Css Color HEX #524C23 Bronze Olive

📋 copy color: '#524C23'

red 82 ◦ green 76 ◦ blue 35

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

Shades of Bronze Olive #524C23

Tints of Bronze Olive #524C23

RGB

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

 GREEN value IS 76 (30.08% from 255) = 39.38%

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

R = 42.49%
G = 39.38%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.57

 K value IS 0.68

RGB Variations

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

Color information

#524C23 (or 0x524C23) is known color: Bronze Olive. HEX triplet: 52, 4C and 23. RGB value is (82,76,35). Sum of RGB (Red+Green+Blue) = 82+76+35=193 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.49% from 193); Green value is 76 (30.08% from 255 or 39.38% from 193); Blue value is 35 (14.06% from 255 or 18.13% from 193); Max value from RGB is 82 - color contains mainly: red. Hex color #524C23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524C23 is #ADB3DC. Grayscale: #494949. Windows color (decimal): -11383773 or 2313298. OLE color: 2313298.

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

Color convert

RGB 82 76 35 -
CMYK 0 0.07 0.57 0.68
HSL 52.34º 0.4% 0.23% -
HSV(B) 52.34º 0.57% 0.32% -
XYZ 6.37 7.08 2.62 -
YUV 73.12 106.49 134.33 -
System Red Green Blue C M Y K H S L
Decimal 82 76 35 0 0.07 0.57 0.68 52.34 0.4 0.23
Hex 52 4C 23 0 7 39 44 34 28 17
Octal 122 114 43 0 7 71 104 64 50 27
Binary 1010010 1001100 100011 0 111 111001 1000100 110100 101000 10111

Color Harmonies of #524C23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524C23

Black with #524C23

Text Example


Text Example

White with #524C23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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