Html Css Color HEX #524723 Bronze Olive

📋 copy color: '#524723'

red 82 ◦ green 71 ◦ blue 35

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

Shades of Bronze Olive #524723

Tints of Bronze Olive #524723

RGB

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

 GREEN value IS 71 (28.13% from 255) = 37.77%

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

R = 43.62%
G = 37.77%
B = 18.62%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.57

 K value IS 0.68

RGB Variations

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

Color information

#524723 (or 0x524723) is known color: Bronze Olive. HEX triplet: 52, 47 and 23. RGB value is (82,71,35). Sum of RGB (Red+Green+Blue) = 82+71+35=188 (24% of max value = 765). Red value is 82 (32.42% from 255 or 43.62% from 188); Green value is 71 (28.12% from 255 or 37.77% from 188); Blue value is 35 (14.06% from 255 or 18.62% from 188); Max value from RGB is 82 - color contains mainly: red. Hex color #524723 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524723 is #ADB8DC. Grayscale: #464646. Windows color (decimal): -11385053 or 2312018. OLE color: 2312018.

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

Color convert

RGB 82 71 35 -
CMYK 0 0.13 0.57 0.68
HSL 45.96º 0.4% 0.23% -
HSV(B) 45.96º 0.57% 0.32% -
XYZ 6.04 6.42 2.51 -
YUV 70.19 108.14 136.43 -
System Red Green Blue C M Y K H S L
Decimal 82 71 35 0 0.13 0.57 0.68 45.96 0.4 0.23
Hex 52 47 23 0 D 39 44 2E 28 17
Octal 122 107 43 0 15 71 104 56 50 27
Binary 1010010 1000111 100011 0 1101 111001 1000100 101110 101000 10111

Color Harmonies of #524723

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524723

Black with #524723

Text Example


Text Example

White with #524723

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524723; }

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

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

background-color css

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

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

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

border-color css

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

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

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