Html Css Color HEX #534720 Bronze Olive

📋 copy color: '#534720'

red 83 ◦ green 71 ◦ blue 32

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

Shades of Bronze Olive #534720

Tints of Bronze Olive #534720

RGB

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

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

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

R = 44.62%
G = 38.17%
B = 17.2%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.61

 K value IS 0.67

RGB Variations

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

Color information

#534720 (or 0x534720) is known color: Bronze Olive. HEX triplet: 53, 47 and 20. RGB value is (83,71,32). Sum of RGB (Red+Green+Blue) = 83+71+32=186 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.62% from 186); Green value is 71 (28.12% from 255 or 38.17% from 186); Blue value is 32 (12.89% from 255 or 17.20% from 186); Max value from RGB is 83 - color contains mainly: red. Hex color #534720 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534720 is #ACB8DF. Grayscale: #464646. Windows color (decimal): -11319520 or 2115411. OLE color: 2115411.

HSL color Cylindrical-coordinate representation of color #534720: hue angle of 45.88º 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 #534720 is Cyan = 0, Magento = 0.14, Yellow = 0.61 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 71 32 -
CMYK 0 0.14 0.61 0.67
HSL 45.88º 0.44% 0.23% -
HSV(B) 45.88º 0.61% 0.33% -
XYZ 6.08 6.45 2.29 -
YUV 70.14 106.48 137.17 -
System Red Green Blue C M Y K H S L
Decimal 83 71 32 0 0.14 0.61 0.67 45.88 0.44 0.23
Hex 53 47 20 0 E 3D 43 2E 2C 17
Octal 123 107 40 0 16 75 103 56 54 27
Binary 1010011 1000111 100000 0 1110 111101 1000011 101110 101100 10111

Color Harmonies of #534720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534720

Black with #534720

Text Example


Text Example

White with #534720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534720; }

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

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

background-color css

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

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

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

border-color css

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

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

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