Html Css Color HEX #534520 Bronze Olive

📋 copy color: '#534520'

red 83 ◦ green 69 ◦ blue 32

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

Shades of Bronze Olive #534520

Tints of Bronze Olive #534520

RGB

 RED value IS 83 (32.81% from 255) = 45.11%

 GREEN value IS 69 (27.34% from 255) = 37.5%

 BLUE value IS 32 (12.89% from 255) = 17.39%

R = 45.11%
G = 37.5%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.61

 K value IS 0.67

RGB Variations

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

Color information

#534520 (or 0x534520) is known color: Bronze Olive. HEX triplet: 53, 45 and 20. RGB value is (83,69,32). Sum of RGB (Red+Green+Blue) = 83+69+32=184 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.11% from 184); Green value is 69 (27.34% from 255 or 37.5% from 184); Blue value is 32 (12.89% from 255 or 17.39% from 184); Max value from RGB is 83 - color contains mainly: red. Hex color #534520 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534520 is #ACBADF. Grayscale: #454545. Windows color (decimal): -11320032 or 2114899. OLE color: 2114899.

HSL color Cylindrical-coordinate representation of color #534520: hue angle of 43.53º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #534520 is Cyan = 0, Magento = 0.17, Yellow = 0.61 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 69 32 -
CMYK 0 0.17 0.61 0.67
HSL 43.53º 0.44% 0.23% -
HSV(B) 43.53º 0.61% 0.33% -
XYZ 5.96 6.2 2.25 -
YUV 68.97 107.14 138.01 -
System Red Green Blue C M Y K H S L
Decimal 83 69 32 0 0.17 0.61 0.67 43.53 0.44 0.23
Hex 53 45 20 0 11 3D 43 2C 2C 17
Octal 123 105 40 0 21 75 103 54 54 27
Binary 1010011 1000101 100000 0 10001 111101 1000011 101100 101100 10111

Color Harmonies of #534520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534520

Black with #534520

Text Example


Text Example

White with #534520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534520; }

 p { color: rgb(83,69,32); }

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

background-color css

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

 a { background-color: rgb(83,69,32); }

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

border-color css

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

 span { border-color: rgb(83,69,32); }

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