Html Css Color HEX #534705 Bronze Olive

📋 copy color: '#534705'

red 83 ◦ green 71 ◦ blue 5

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

Shades of Bronze Olive #534705

Tints of Bronze Olive #534705

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 3.14%

R = 52.2%
G = 44.65%
B = 3.14%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.94

 K value IS 0.67

RGB Variations

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

Color information

#534705 (or 0x534705) is known color: Bronze Olive. HEX triplet: 53, 47 and 05. RGB value is (83,71,5). Sum of RGB (Red+Green+Blue) = 83+71+5=159 (21% of max value = 765). Red value is 83 (32.81% from 255 or 52.20% from 159); Green value is 71 (28.12% from 255 or 44.65% from 159); Blue value is 5 (2.34% from 255 or 3.14% from 159); Max value from RGB is 83 - color contains mainly: red. Hex color #534705 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534705 is #ACB8FA. Grayscale: #434343. Windows color (decimal): -11319547 or 345939. OLE color: 345939.

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

Color convert

RGB 83 71 5 -
CMYK 0 0.14 0.94 0.67
HSL 50.77º 0.89% 0.17% -
HSV(B) 50.77º 0.94% 0.33% -
XYZ 5.85 6.36 1.06 -
YUV 67.06 92.98 139.37 -
System Red Green Blue C M Y K H S L
Decimal 83 71 5 0 0.14 0.94 0.67 50.77 0.89 0.17
Hex 53 47 5 0 E 5E 43 33 59 11
Octal 123 107 5 0 16 136 103 63 131 21
Binary 1010011 1000111 101 0 1110 1011110 1000011 110011 1011001 10001

Color Harmonies of #534705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534705

Black with #534705

Text Example


Text Example

White with #534705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534705; }

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

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

background-color css

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

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

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

border-color css

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

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

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